> -----Original Message-----
> From: Romeo Manzur [mailto:[EMAIL PROTECTED]]

> Subject: [PHP] $phpvar = javascriptvar???
> 
> what I mean is, how could I save a javascript var value on a 
> php var???


You can also put a HIDDEN field in your form, have JS assign the value to
that, then PHP will have access to the value when the form is submitted.

Kirk

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to