Re: A Bug in string '<br><br> e<D'?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



El Dom 26 Jun 2005 17:31, cchereTieShou escribió:
> I found this quite weired problem when I was trying to generate a
> mysql query string, something like
> 
> .... WHERE TheDate<DATA_ADD(......)
> 
> The query string  returns something like
> 
> .... WHERE TheDate
> 
> Withought the left part.
> 
> You can actually try to use this to verify the problem:
> 
> echo '<br><br> e<D';
> 
> What you get? I got <D>
> Quite confusing. Anyone think this is a bug or something I missed?


Uhhmm???

[martin@linus ~]$ echo "<?php  echo '<br><br> e<D'; ?>" | php
Content-type: text/html; charset=iso-8859-1
X-Powered-By: PHP/4.3.11

<br><br> e<D

-- 
select 'mmarques' || '@' || 'unl.edu.ar' AS email;
---------------------------------------------------------
Martín Marqués          |   Programador, DBA
Centro de Telemática	|     Administrador
               Universidad Nacional
                    del Litoral
---------------------------------------------------------

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux