-entropyman Posted July 20, 2008 Share Posted July 20, 2008 hello, i know this is an easy question, i just can't find the answer. Can i explode via the <p> tag? and does anyone able to list of the delimiters? thank you. Link to comment https://forums.phpfreaks.com/topic/115657-solved-explodes-delimiters/ Share on other sites More sharing options...
trq Posted July 20, 2008 Share Posted July 20, 2008 Can i explode via the <p> tag? Yes. and does anyone able to list of the delimiters? You can use whatever delimiter you want. Link to comment https://forums.phpfreaks.com/topic/115657-solved-explodes-delimiters/#findComment-594559 Share on other sites More sharing options...
-entropyman Posted July 20, 2008 Author Share Posted July 20, 2008 so it would just be: $piece= explode("<p>", $str); thank you Link to comment https://forums.phpfreaks.com/topic/115657-solved-explodes-delimiters/#findComment-594569 Share on other sites More sharing options...
JasonLewis Posted July 20, 2008 Share Posted July 20, 2008 It sure would. Link to comment https://forums.phpfreaks.com/topic/115657-solved-explodes-delimiters/#findComment-594570 Share on other sites More sharing options...
-entropyman Posted July 20, 2008 Author Share Posted July 20, 2008 thanks guys Link to comment https://forums.phpfreaks.com/topic/115657-solved-explodes-delimiters/#findComment-594572 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.