View Single Post
Old 02-02-2007, 12:53 PM   #3
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Is there a form on your index page? If so, what are its contents? Untested, but perhaps try the following. It's hard to say for sure, as there isn't enough info for me to go on.
Code:
if ($_REQUEST['query_string'] && $_REQUEST['search'] == 'Go')
{
	include('/home/xxxxxx/public_html/search.php');
}
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote