Changing value of php variable using javascript

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rana_cse_ruet
Forum Newbie
Posts: 1
Joined: Thu Jun 19, 2008 1:07 am

Changing value of php variable using javascript

Post by rana_cse_ruet »

I want to change the value of a php variable using java script code.Can anyone help me in this?PLZ............
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: Changing value of php variable using javascript

Post by Kieran Huggins »

javascript "happens" in the browser, and PHP "happens" on the server.

maybe check out http://www.w3schools.com/Ajax/Default.Asp
Post Reply