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."; 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"); } ?> Link to comment https://forums.phpfreaks.com/topic/55756-redirect-help/#findComment-275468 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.