Yes, when you use the GET method, the query string of the URL that your browser requests contains the form data. I think you want to have something like this in your form:
<input type="hidden" name="id" value="20" />
Thanks John/Chris for the explanations...
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php