Thread: Url and Search
View Single Post
Old 12-30-2004, 03:28 PM   #5
rAdoN
Green Mole
 
Join Date: Oct 2004
Posts: 27
function_phpdig_form

PHP Code:
$result['form_head'] = "<form action='$result_page?query_string=$query_string2' method='post'> 
3 spots - use ?query_string=$query_string2

else you try method='get' but see all query string - watch encoding with method='get' - see

http://www.php.net/manual/fr/faq.htm....html.encoding
__________________
rAdoN was here
rAdoN is offline   Reply With Quote