sethupathy Posted June 15, 2007 Share Posted June 15, 2007 I want to be able to rediredt my cleint to a web page instead of sending him a message how do i input a link into this if($error==""){ echo "Thank you for taking time to answer my web form."; Quote Link to comment https://forums.phpfreaks.com/topic/55756-redirect-help/ Share on other sites More sharing options...
Caesar Posted June 15, 2007 Share Posted June 15, 2007 <?php if(!isset($error)) { header("location: ihateyourface.php"); } ?> Quote Link to comment https://forums.phpfreaks.com/topic/55756-redirect-help/#findComment-275468 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.