i don't know if this is the right forum for my question.
i have a simple prompt javascript like this;
<script>var js_var=prompt('enter your name')</script>
how do i transfer the variable "js_var" to PHP variable?
ex: $myphpvar = js_var
thanks!
JEBO
4saledavao
i have a simple prompt javascript like this;
<script>var js_var=prompt('enter your name')</script>
how do i transfer the variable "js_var" to PHP variable?
ex: $myphpvar = js_var
thanks!
JEBO
4saledavao