ID: 24331 Updated by: [EMAIL PROTECTED] Reported By: info at getjo dot it -Status: Open +Status: Bogus Bug Type: Unknown/Other Function PHP Version: 4.3.2 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. ... Previous Comments: ------------------------------------------------------------------------ [2003-06-25 07:05:46] info at getjo dot it Description: ------------ Hi everybody, with Internet explorer i get this result, Edv-Experte�it �Welsberg���� same thing on Netscape Edv-Experte.it (Welsberg).() this is the function I'm using please Help me Reproduce code: --------------- > function suche_referent($such){ > $i=1; > global $host; > global $databen; > global $pass; > global $db; > $mydb=mysql_connect($host, "$databen","$pass"); > if(!$mydb) die ("Die Anmeldung ist fehlgeschlagen."); > mysql_select_db($db, $mydb)or die ("Die Anmeldung ist fehlgeschlagen!"); > $sql="select *from treferent where Referent like '$such%' order by Referent asc"; > $zeilen1=mysql_query($sql, $mydb); > if (!$zeilen1) die ("Die anfrage ging in die Hose."); > while ($zeile1 = mysql_fetch_array($zeilen1)){ > echo"<table width='100%' border='0' cellspacing='0' cellpadding='0'> > <tr> > <td class='txt' >$zeile1[Referent]</td> > <td class='txt' >$zeile1[Beschreibung]</td> > </tr> > </table> > </form>";$i++;} > }//ende suche_referent > Expected result: ---------------- Edv-Experte.it (Welsberg).() Actual result: -------------- Edv-Experte�it �Welsberg���� with Internet Explorer 5 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24331&edit=1
