Recent content by cmaclean

  1. C

    I need help with simple PHP login script?

    Hi there, I'm working on a class assignment where I need to create a simple PHP login script. I've got it basically completed, but I'm having trouble with 1 thing. See details: 1. index.php page will first check to see if a user is logged in. If so, display a logout link. 2. If user is not...
  2. C

    Can you help with this PHP ereg statement?

    Hello, I'm in a PHP course and am having trouble with one of the questions. I'm supposed to validate a license plate input. The only valid formats are ABC123 or 123ABC or ABC 123 or 123 ABC. I've got most of the validation done, the only thing is I'm struggling to disallow this type of input...
Back
Top