At 2:16 AM +0700 9/18/09, saeed ahmed wrote:
hello guys,

i'm new here in this list. guys i need a help. i can't assign a js variable
value to a php variable. how can i do this?


saeed:

Considering that js is client-side and php is server-side, you need to pass the value via a communication mechanism between the two. Your choices are the standard GET/POST or ajax.

Cheers,

tedd
--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

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

Reply via email to