Enquest wrote:
> I have the following problem, I'm not sure what is the best method to
> this.
>
> I got a basket. I save my items of the basket in a PHP $_SESSION ...
> You can enter some value's in the basket.
>
> I want these value's to be auto saved on change... For this I need to
> submit the value to the $_SESSION and keep this in the page.
>
> How should I do this?
>
>
>
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>   
Use jQuery's ajax post function (tied to an input onChange or form 
onSubmit event) to update the PHP session via the called PHP script.

~ Brice

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to