-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. Quote 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. Quote 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 Quote 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. Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/115657-solved-explodes-delimiters/#findComment-594572 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.