[EMAIL PROTECTED] wrote:

Well the question is: i want to know how can i make to insert into the $_GET or $_POST arrays, an entry with a value from javascript.

All the php processing (on the server) is complete before the javascript processing (on the client) commences, so you would need to submit to a new location with JS giving parameters in the url. These would then appear in the $_GET array for the location you submit to.

HTH
Chris


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



Reply via email to