Hi,
Can any one tell me how to assign a php variable value using ajax / javascript?
Regards,
Faruk Chowdhury
The Javascript code is run on the client browser and the PHP variables are stored in memory locations on the server which Javascript cannot access. AJAX cannot only retrieve results of PHP scripts not manipulate them to change values of variables.
Comment