Hi everyone,

I have a PHP application that passes variables (values) from a form.
I get these using $_POST

However I do also post some variables via a link.  Which ofcourse requires
register_globals to be ON.

I would like to secure this application.  What would be the best way of
doing this and how else can I pass/get values via a URL.

Fern

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

Reply via email to