At 10:21 PM 3/14/2001 +0100, Ivo Stoykov wrote:
>Try to add this before if statement
>    echo("$PASS<br>$PASSNOG");

A more accurate way to tell this would be to do the following:

echo "<pre>\"".$PASS."\",\"",$PASSNOG,"\"</pre>\n";

This was you will see embedded spaces and carriage returns which will not 
be obvious if you only print the variables. What you should be seeing as 
output is:

"value1","value2"

If instead you get something like:

"value1 ","value2
"

Then you can see you have spaces and newlines messing things up.

Cheers,

Ron

-----------------------------------------------------------------------------
Island Net AMT Solutions Group Inc.          Telephone:          250 383-0096
1412 Quadra                                  Toll Free:        1 800 331-3055
Victoria, B.C.                               Fax:                250 383-6698
V8W 2L1                                      E-Mail:    [EMAIL PROTECTED]
Canada                                       WWW:   http://www.islandnet.com/
-----------------------------------------------------------------------------


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to