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. Quote 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() Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.