how to change value of a php session variable in javascript

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
sunil.23413
Forum Newbie
Posts: 6
Joined: Fri Jun 20, 2008 1:48 am

how to change value of a php session variable in javascript

Post by sunil.23413 »

hello friends
how to change value of a php session variable in javascript..........
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: how to change value of a php session variable in javascript

Post by Christopher »

You need to call a PHP script to change a session variable. You could use Ajax to do that.
(#10850)
Post Reply