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"); ?> 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 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']).""); ?> Link to comment https://forums.phpfreaks.com/topic/253207-quick-header-issue/#findComment-1298043 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.