RE: [PHP] $phpvar = javascriptvar??? From: Johnson, Kirk (kjohnson <email protected>)
Date: 07/05/01

> -----Original Message-----
> From: Romeo Manzur [mailto:rmanzur <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: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>