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???

[EMAIL PROTECTED] ~]$ 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

Reply via email to