Thread: Url and Search
View Single Post
Old 12-30-2004, 02:36 PM   #2
rAdoN
Green Mole
 
Join Date: Oct 2004
Posts: 27
why you want that

function_phpdig_form

from

PHP Code:
$result['form_head'] = "<form action='$result_page' method='post'> 
to

PHP Code:
$result['form_head'] = "<form action='$result_page?$query_string2' method='post'> 
3 spots - use ?$query_string2
__________________
rAdoN was here
rAdoN is offline   Reply With Quote