jermaindefoe Posted November 23, 2009 Share Posted November 23, 2009 If i have a session array such that $_SESSION[items][$item_id][amountOfItems] and i check if its 0 how can i remove it from the session? regards Link to comment https://forums.phpfreaks.com/topic/182609-remove-element-from-array/ Share on other sites More sharing options...
alex3 Posted November 23, 2009 Share Posted November 23, 2009 unset() Link to comment https://forums.phpfreaks.com/topic/182609-remove-element-from-array/#findComment-963797 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.