phpscott Posted June 9, 2008 Share Posted June 9, 2008 delete me 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; } } 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) 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 Link to comment https://forums.phpfreaks.com/topic/109351-for-loop/#findComment-561215 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.