kts Posted March 24, 2008 Share Posted March 24, 2008 $details=explode($x_Delim_Char,$buffer); spits out in Array [0] => 2 [1] => etc... I spit it out with print($details); but I would like to grab only #6, I'm not familiar with explode can anyone help? thanks Link to comment https://forums.phpfreaks.com/topic/97614-help-with-explode/ Share on other sites More sharing options...
trq Posted March 24, 2008 Share Posted March 24, 2008 <?php echo $details[6]; ?> Link to comment https://forums.phpfreaks.com/topic/97614-help-with-explode/#findComment-499426 Share on other sites More sharing options...
kts Posted March 24, 2008 Author Share Posted March 24, 2008 Ok, for some reason I did that and it didn't work, but I think it wasn't passing. Thanks I thought thats what it was... works now Link to comment https://forums.phpfreaks.com/topic/97614-help-with-explode/#findComment-499429 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.