The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
header("Location:http://ps2-philes.netfirms.com");
?>
and that will work fine :o)
Cheers for the help on the PHP/MySQL thing to Rob .. But I'm shatered (2:05am MY GOD) Night Rob.
Guess it just means no Message is put on screen.
Show with parenthesis in conjunction with or.
But it just means to end the execution of the script, probably better suited to large scripts, but it won't kill it :o)
I use that code on my sites to keep from people getting lost, and it works fine :o).
but you don't need to put it in your code if you don't want to.
=
I think exit; will kill it :)
THIS is what you need:
header("Location:http://ps2-philes.netfirms.com");
?>
exit() is a language construct which is really only used for error messages. Also, I think it needs the parenthesis ().
exit;
?>
__________________________________________________________
Thats all you need :o)