View Single Post
Old 11-16-2003, 06:03 PM   #3
123av
Green Mole
 
Join Date: Nov 2003
Posts: 11
i also made TITLE modification


PHP Code:
392(search_function.php): $title_message phpdigMsg('s_results'); 
change to
PHP Code:
$title_message "My Site TITLE : ".strip_tags($query_string); 
also on search.php you should remove all HTML, JavaScript and etc TAGS from query_string
simple solution :
PHP Code:
phpdigSearch($id_connectstrip_tags($query_string), $option$refine,
              
$refine_url$lim_start$limite$browse,
              
$site$path$relative_script_path$template); 
for example http://www.phpdig.net/demo/search.ph...0&option=start

Last edited by 123av; 11-16-2003 at 06:08 PM.
123av is offline   Reply With Quote