phpscott Posted June 9, 2008 Share Posted June 9, 2008 delete me Quote Link to comment https://forums.phpfreaks.com/topic/109351-for-loop/ Share on other sites More sharing options...
hansford Posted June 9, 2008 Share Posted June 9, 2008 for($i = 0; $i< sizeof(phpfreak_members); $i++){ if(phpfreak_members[$i] == 'phpscott'){ phpfreak_members[$i] = NULL; break; } } Quote Link to comment https://forums.phpfreaks.com/topic/109351-for-loop/#findComment-560994 Share on other sites More sharing options...
MadTechie Posted June 9, 2008 Share Posted June 9, 2008 Why Delete the post ? people do search for solutions before posting (yet it doesn't seam like it at times) Quote Link to comment https://forums.phpfreaks.com/topic/109351-for-loop/#findComment-561003 Share on other sites More sharing options...
PFMaBiSmAd Posted June 9, 2008 Share Posted June 9, 2008 The post was a partially phrased question if I remember correctly. It cut off where it was going to show an example. The question was similar but not identical to this other post - http://www.phpfreaks.com/forums/index.php/topic,201055.msg909176.html#msg909176 Quote Link to comment https://forums.phpfreaks.com/topic/109351-for-loop/#findComment-561215 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.