Thread: php question
View Single Post
  #4  
Old 02-17-2008, 12:18 AM
Watdaflip's Avatar
Watdaflip Watdaflip is offline
Brigadier General
 
Join Date: Sep 2005
Location: Cincinnati, Ohio
Posts: 1,638
Default Re: log in php problem

It should be this line

PHP Code:
 if (isset($_POST['submit'])){

Make this
PHP Code:
if (isset($_POST['submit'])){ 
__________________

Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script
Reply With Quote