I want to use java Script Variable in PHP Code.
For Ex...
Var a=10;
<?php
Use JavaScript Variable.How ????
?>
How can I use this variale in php ??????????
I want to use java Script Variable in PHP Code.
For Ex...
Var a=10;
<?php
Use JavaScript Variable.How ????
?>
How can I use this variale in php ??????????
See this thread: http://www.daniweb.com/forums/thread296192.html
You cannot use javascript inside php like that, because one runs on the client, the other on the server.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.