leeym
01-15-2004, 08:52 PM
Id like to create a php file which when run, will automatically redirect to another URL.
Any ideas on how to do this?
Thanks
BleuIce
01-15-2004, 10:53 PM
can't you just "include ("http://www.gfdsdfkj.com");"
skidooer
01-16-2004, 12:31 PM
header("Location: $url");
Xenos
01-19-2004, 09:36 AM
Take note that that hasto be at the top of your script, otherwise it won't execute. Well, at least if other data has already been sent out. If it has you'll just get a header error.
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.