dynamic form in php session
Hello everyone i'm back with a new challenge =P
I'm looking for a code which allow a user to change his password under a php sessions dynamicaly (so i don't want new page, or any page refresh).
info : password is stored in MySQL db , and in variable : $_SESSION[passwd]
the plus would be that this code can be adapted to any other form =P
until now i was using jQuery to manage this kind of form , but i experienced an issue (which i couldn't solve) under php session, it cause disconnection when i submit...
thanks a lot for any help ^^;