What's the neatest way to redirect a site visitor to another page using php, based on one or more conditions? I've already used header('Loacati on: another.php') in many of my scripts, but I find that there are problems sometimes.
I tried http_redirect() , but it seems I needed to put a number of things together to let my 'localhost' be able to word with it.
Any help'll be appreciated!
I tried http_redirect() , but it seems I needed to put a number of things together to let my 'localhost' be able to word with it.
Any help'll be appreciated!
Comment