PHP problem


Subject: PHP problem
From: Mike Barsalou (mbarsalou@aidea.org)
Date: Thu Oct 10 2002 - 13:44:38 AKDT


It turns out that the equate isn't working as it should...so even though the
variables $output and $value are the same when printed; the else section
always gets executed:

PRINT "Output:".$output.": Value:".$value.": <BR>\n";

if ($output == $value)
{
        PRINT "The values are equal";
} else
{
        PRINT "The values are not equal <BR>\n";
}

Produces this:

Output:217: Value:217:
The values are not equal

Does this give anyone more information or an idea on what to do?

Mike

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.



This archive was generated by hypermail 2a23 : Thu Oct 10 2002 - 13:46:26 AKDT