Visualizzazione dei risultati da 1 a 3 su 3

Discussione: Opera explorer

  1. #1

    Opera explorer

    Questa proprio non me la so spiegare

    Codice PHP:
    <?
    include "config.php";
    $db mysql_connect("$server""$username""$password");
    mysql_select_db("$database",$db);
    $query "Select * from main where id ='$_GET[id]'";
    $row_query mysql_query($query) Or DIE (mysql_error());
    echo 
    "$query";

    while (
    $data mysql_fetch_object($row_query))
                     {
                     
    //echo "<tr><td><h2>Profilo di $data->name</h2></td></tr>\n";
                           
    }
    ?>

    <link rel="stylesheet" href="segnala.css">
    <style type="text/css">


    [img]img/segnala.gif[/img]

    <div class="testo_registrazione">


    <table>
    <form name="myform" action="amico.php" method="post" >
    <tbody>
    <tr>
    <td>Mittente:</td>
    <td bgcolor="#666666"><input name="mittente" size="56" maxlength="50" type="text" value="Inserirsci qui il tuo nome"></td>
    </tr>

    <tr>
    <td>Email amico:</td>
    <td bgcolor="#666666"><input name="emailamico" size="56" maxlength="50" type="text" value="Inserisci l'email del tuo amico"></td>
    </tr>

    <tr>
    <td>Oggetto:</td>
    <td bgcolor="#666666"><input name="oggetto" size="56" maxlength="50" type="text" value="<?
    "config.php";
    $db mysql_connect("$server""$username""$password");
    mysql_select_db("$database",$db);
    $query "Select * from main where id ='$_GET[id]'";
    $row_query mysql_query($query) Or DIE (mysql_error());

    while (
    $data mysql_fetch_object($row_query))
                     {
                     echo 
    "$data->name\n";
                           }
    ?>" readonly="true"></td>
    </tr>

    <tr>
    <td valign="top">Testo del
    messaggio:</td>
    <td><textarea name="descrizione" cols="50" rows="12"></textarea></td>
    </tr>
    <tr><td> <input type=hidden name="id" value="<?
    "config.php";
    $db mysql_connect("$server""$username""$password");
    mysql_select_db("$database",$db);
    $query "Select * from main where id ='$_GET[id]'";
    $row_query mysql_query($query) Or DIE (mysql_error());

    while (
    $data mysql_fetch_object($row_query))
                     {
                     echo 
    "$data->id\n";
                           }

    ?>"></tr></td>

    <tr>
    <td></td>
    <td><input onclick="javascript:window.close();" value="Chiudi finestra" type="button"> <input value="  Invia il tuo messaggio  " type="submit"></td>
    </tr>
              </form>

    </tbody></table>


    </div>
    <title>Segnala ricetta</title>
    Sta pagina qui con opera funziona e con l'explorer non va

    Praticamente prima me la caricava tranquillamente ora non me la apre piu

    Voi avete una idea di cosa possa essere ??

  2. #2
    ho dovuto mettere :
    <link rel="stylesheet" href="segnala.css" type="text/css">


    anziche
    <link rel="stylesheet" href="segnala.css">
    <style type="text/css">

    Ed ora funziona tutto a meraviglia

  3. #3
    Utente di HTML.it L'avatar di flessciato
    Registrato dal
    Jun 2002
    Messaggi
    1,522

    hai provato ad invertire??

    <link href="mioStile.css" rel="stylesheet" type="text/css" />

    :master:
    Slack 10 - Apple G5 2.5 - winzoz xp
    php/mysql/apache
    Flash MX / roba in 3D / roba per il video e l'audio

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.