xyn Posted September 19, 2007 Share Posted September 19, 2007 Hey; I have a form which contains a checkbox for every item in my array; when checked it will list the values. I want to delete all items from the array, which have been checked. I've used many loops; and var_dump, no sucess I then tried unset(); with loops and again no luck. Its possible. but I just need a hint on how to do it. thanks. Link to comment https://forums.phpfreaks.com/topic/69869-solved-remove-items-from-an-array/ Share on other sites More sharing options...
xyn Posted September 19, 2007 Author Share Posted September 19, 2007 Sorry; I was barking up the wrong tree Should have used: array_slice() Link to comment https://forums.phpfreaks.com/topic/69869-solved-remove-items-from-an-array/#findComment-350963 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.