From: info at getjo dot it
Operating system:
PHP version: 4.3.2
PHP Bug Type: Unknown/Other Function
Bug description: Netscape diferent result as on MSExplorere????
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 bug report at http://bugs.php.net/?id=24331&edit=1
--
Try a CVS snapshot: http://bugs.php.net/fix.php?id=24331&r=trysnapshot
Fixed in CVS: http://bugs.php.net/fix.php?id=24331&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=24331&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=24331&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=24331&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=24331&r=support
Expected behavior: http://bugs.php.net/fix.php?id=24331&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=24331&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=24331&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=24331&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24331&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=24331&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=24331&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=24331&r=gnused