saradrungta Posted December 11, 2008 Share Posted December 11, 2008 if i store an array in session how i can add one item more at the end of array.... each time i open a new page.... for example: i want to add question no in array which have been answered, each time i answer the question..... pls help Quote Link to comment Share on other sites More sharing options...
premiso Posted December 11, 2008 Share Posted December 11, 2008 array_push array_push($_SESSION['array'], "item") Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.