[EMAIL PROTECTED] (Beta) wrote in
[EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: 

> Hi, I have a problem sending variable value from JAVASCRIPT to PHP
> exactly i want when i press Submit button the javascript array to be
> posted in PHP, i don;t want to use any HTML form, so sending values
> from forms, i want the values to be posted directly in PHP so i can
> use those values; 
> 
> thanks
>  Beta
> 

PHP is a dynamic embedded language, whereas Javascipt is a client side 
hardcoded language.  It's nearly impossible to have PHP variables be input 
to Javascript variables without psoting to the page.

~ Andrew Heebner, EvilWalrus.com

-- 
PHP Development 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