View Single Post
Old 01-07-2004, 03:49 AM   #5
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Hi. Prehaps try the following:
PHP Code:
$query_string urlencode($query_string); 
Depending on where you place readfile in search.php, you may wish to define a new variable and use that instead as $query_string is passed to phpdigSearch. You may also wish to clean that variable too before passing it to readfile.
__________________
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