View Single Post
  #4 (permalink)  
Old Mar 14th, 2008, 11:43
CloudedVision's Avatar
CloudedVision CloudedVision is offline
Nerdy Moderator
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 942
Blog Entries: 8
Thanks: 2
Thanked 21 Times in 21 Posts
Send a message via AIM to CloudedVision Send a message via MSN to CloudedVision Send a message via Skype™ to CloudedVision
Re: Tearing my hair out!

Code: Select all
header("location: /mydir/myloc.html");
it must be called before any output it sent. More information here. Hope thats what your looking for.

As for the autoresponder, mail() might help.

And please use better topic titles. I've changed it to something a little more descriptive.
__________________
echo "Take it easy, ".$CloudedVision;
.links { site: other-road-design; blog: only-nerds-allowed; project: resource-fish; organization: ARMIES6; }
<quote>&quot;I think it's wrong that only one company makes the game Monopoly&quot; - <name>Steven Wright</name></quote>

Last edited by CloudedVision; Mar 14th, 2008 at 11:48.
Reply With Quote