hendryk
08-14-2002, 02:30 PM
Hi,
I have an HTML/Javascript page for the user to login (the login data is in an ORACLE database). In the php I have the following:
if($column_value = $passwd1 && $column_value2 = $name)
{
echo" THE LOGIN HAS BEEN SUCCESSFUL";
}
but I then want the Home page for the site to come up if the login has been successful. Does anybody know how to get this page up?
Thanks
Katie
I have an HTML/Javascript page for the user to login (the login data is in an ORACLE database). In the php I have the following:
if($column_value = $passwd1 && $column_value2 = $name)
{
echo" THE LOGIN HAS BEEN SUCCESSFUL";
}
but I then want the Home page for the site to come up if the login has been successful. Does anybody know how to get this page up?
Thanks
Katie