Vieri escribió:
Hi

The following code:

<?php
$b="";
$c="df";
$a=($b and $c);
echo "A = ".$a;

Change here:

echo "A = " . (int)$a;


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