Thread
:
php question
View Single Post
#
4
02-17-2008, 12:18 AM
Watdaflip
Brigadier General
Join Date: Sep 2005
Location: Cincinnati, Ohio
Posts: 1,638
Re: log in php problem
permalink
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
Watdaflip
View Public Profile
Visit Watdaflip's homepage!
Find all posts by Watdaflip