Re: PHP redirect script
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Fri, 12 Dec 2008 15:14:25 -0500
Hugh Oxford wrote:
Xafke wrote:Hi..
I've searched hours on this, but found nothing. I need a script that
redirect a user by it's input. For example a users types 'Google' in
the form, than it will redirect to lets say 'http://www.google.net'
Or 'A NAME' redirect to 'http://www.anything.biz'
I like it in PHP and MySQL, because put it all in a file slows my
server down..
Also, I would like a free script.
Thanks!
header('Location: $location');
That will try to redirect the user to http://$location. I think you wanted double quotes around it.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- Follow-Ups:
- Re: PHP redirect script
- From: sheldonlg
- Re: PHP redirect script
- References:
- PHP redirect script
- From: Xafke
- Re: PHP redirect script
- From: Hugh Oxford
- PHP redirect script
- Prev by Date: Re: PHP redirect script
- Next by Date: Re: PHP redirect script
- Previous by thread: Re: PHP redirect script
- Next by thread: Re: PHP redirect script
- Index(es):
Relevant Pages
|