Hello Erik, Friday, April 23, 2004, 6:00:42 PM, you wrote:
EG> 1......if ($name && $email && $username && $password)
Look carefully at the spelling of $username above and here:
EG> if (strlen($_POST["usermame"]) > 0) {
EG> $usermame = TRUE;
EG> } else {
EG> $usermame = FALSE;
EG> }
$username <> $usermame
:)
--
Best regards,
Richard Davey
http://www.phpcommunity.org/wiki/296.html
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

