600host Posted December 16, 2010 Share Posted December 16, 2010 Hello, When i want a custom site search i need to process like google "site:600host.net terms" however my php just pulls a blank page when trying to output this i think its to do with : <?php $keywords = $_REQUEST["keywords"]; $keywords2 = "$keywords"; $lowerCase = strtolower($keywords2); header("Location: ".$lowerCase.".html"); ?> Thanks any help appreciated! Link to comment https://forums.phpfreaks.com/topic/221900-header-location-not-working-correctly/ Share on other sites More sharing options...
Pikachu2000 Posted December 16, 2010 Share Posted December 16, 2010 What else is in that script, specifically, before that code chunk? Link to comment https://forums.phpfreaks.com/topic/221900-header-location-not-working-correctly/#findComment-1148320 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.