Passing value JavaScript variable to PHP.
Example
JavaScript
Var ffffd=\'aaaa\'
PHP
<
Javascript is a Client side scripting language that is only executed after the page is fully loaded. PHP on the other hand is an on-demand compiling script. It parses the PHP within the file and outputs the resulting HTML to the user's Browser.