Hello Scott,

Wednesday, January 7, 2004, 5:43:31 PM, you wrote:

SF>    I noticed when I use the hidden html input tag with hidden data in it
SF> then when I click the submit button to submit the webpage, the hidden data
SF> then show up in the URL address.  Fine, no problem.  But I noticed one

Only if you use the GET method. This won't happen if you use POST.

You still need to validate the data at the "other end", but it would
stop casual URL hacking.

-- 
Best regards,
 Richard                            mailto:[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to