Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Oct 2006
    Location
    Doncaster, UK
    Posts
    1,458
    Tokens
    0

    Latest Awards:

    Default

    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.

  2. #12
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    693
    Tokens
    0

    Default

    where this:
    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."
    remove:
    |$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.

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •