|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-06-25 07:06 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 08 22:00:01 2025 UTC |
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