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 Link to comment https://forums.phpfreaks.com/topic/136541-solved-adition-in-array-item/ Share on other sites More sharing options...
premiso Posted December 11, 2008 Share Posted December 11, 2008 array_push array_push($_SESSION['array'], "item") Link to comment https://forums.phpfreaks.com/topic/136541-solved-adition-in-array-item/#findComment-712709 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.