[snip]

And here is the action page, testing2.php.

if ($_POST['user'] == 'Andrew') && ($_POST['pass'] == 'pass') {
echo "Welcome, Andrew."; }

And (shocker!) I got a blank page. So I turned out display errors and got this:

Parse error: syntax error, unexpected T_BOOLEAN_AND in c:\TSW\pages\testing2.php on line 3

PLEASE ... read the manual on basic syntax.


Line 3 being the line with the && stuff. I'm not sure if the whole && thing is right...obviously not. How do I password protect with more than one factor?

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



Reply via email to