Thread
:
Login form will not work? Any Ideas?
View Single Post
#
14
11-05-2004, 01:31 PM
Jon
X-Guru
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
Open myaccount.php
Find:
Code:
require "./auth.php";
After put:
Code:
if ($login) { header ("Location: /home.php"); }
Jon
View Public Profile
Visit Jon's homepage!
Find all posts by Jon