View Single Post
Old 08-20-2004, 07:48 PM   #9
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Right, as there is no $site to refine on, what happens? No results.
PHP Code:
if ($refine) {
     
$query_string urldecode($query_string);
     
$wheresite "AND spider.site_id = $site ";
     if ((
$path) && (strlen($path) > 0)) {
          
$wherepath "AND spider.path like '$my_path' ";
     }
     
$refine_url "&refine=1&site=$site&path=$path";
}
else {
     
$refine_url "";

__________________
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