Change page using Meta after filling-out Form

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

mikosiko
Forum Regular
Posts: 757
Joined: Wed Jan 13, 2010 7:22 pm

Re: Change page using Meta after filling-out Form

Post by mikosiko »

and the code for your contactthanks.php page?
lilnicky37
Forum Newbie
Posts: 10
Joined: Wed Apr 14, 2010 11:56 am

Re: Change page using Meta after filling-out Form

Post by lilnicky37 »

It looks like I finally have it figured out!

By replacing all of my headers with:

printf("<script>location.href='http://www.xxxxxxxx.com/error.htm'</script>");

it seems to be working perfectly

Thanks everyone!
Post Reply