Shadowing Posted December 15, 2011 Share Posted December 15, 2011 I cant seem to get the right format for adding in the echo to this header <?php header("Location: search_goaulds.php?goauld= "echo $grab_goauld"); ?> Quote Link to comment https://forums.phpfreaks.com/topic/253207-quick-header-issue/ Share on other sites More sharing options...
Shadowing Posted December 15, 2011 Author Share Posted December 15, 2011 wait im wrong this is what i need to echo in <?php header("Location: search_goaulds.php?goauld= ".$_POST['goaulds'].""); ?> im really close it puts the name in but it adds %20 http://localhost/stargate/users/search_goaulds.php?goauld=%20baal Quote Link to comment https://forums.phpfreaks.com/topic/253207-quick-header-issue/#findComment-1298041 Share on other sites More sharing options...
Shadowing Posted December 15, 2011 Author Share Posted December 15, 2011 nevermind I got it <?php header("Location: search_goaulds.php?goauld=".($_POST['goaulds']).""); ?> Quote Link to comment https://forums.phpfreaks.com/topic/253207-quick-header-issue/#findComment-1298043 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.