PHP Session Array
Oct 21st, 2009
In beginning, programmer think whether they can store array or not in PHP session.
Yes, you can store array in php session.
You store values in session for getting it latter on any page of PHP application. session_start() need to be present on that page to get the stored values… READ MORE