So its a techtuts usersystem and yet it still doesn't work...

So its a techtuts usersystem and yet it still doesn't work...
REMOVED
Edited by jesus (Forum Super Moderator): Please do not have images in your signature which are over the size limit for your usergroup.
where this:remove:PHP Code:// the above line checks to see if the html form has been submitted
$username = $_POST[username];
$password = $_POST[pass];
$cpassword = $_POST[cpass];
$email = $_POST[emai1];
//the above lines set variables with the user submitted information
if($username==NULL|$password==NULL|$cpassword==NULL|$email==NULL|$checkbox==FALSE) {
//checks to make sure no fields were left blank
echo "A field was left blank.";
|$checkbox==FALSE
Last edited by Heinous; 18-10-2006 at 06:21 AM. Reason: bb codes dont work in php code.
XHTML, CSS, AJAX, JS, php, MySQL.
--
HxF moderators can't read timestamps.
Want to hide these adverts? Register an account for free!