Hi all,
Can anyone see a problem with my script. It directs to the index.htm page but when it gets there the images don't show....any ideas?
if ($result)
{
// if they were logged in and are not logged out
//echo "Logged out.<br>";
header("Location: http://localhost/index.htm/");
require("index.htm");
}
Cheers,
micmac