On Thu, Jun 26, 2008 at 10:37 AM, Dan Shirah <[EMAIL PROTECTED]> wrote:
> <?php
> if ($you_can_read_this = "Yes") {
>  echo "STOP STANDING ON ME!";
> }
> ?>

    That will always evaluate to TRUE because you're setting the
variable in your if() condition.

-- 
</Daniel P. Brown>
Dedicated Servers - Intel 2.4GHz w/2TB bandwidth/mo. starting at just
$59.99/mo. with no contract!
Dedicated servers, VPS, and hosting from $2.50/mo.

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

Reply via email to