Feb 4, 2008 #1 david6633 Programmer Jul 28, 2003 39 GB I have a string that I am trying to explode on each </p> tag using the code Code: $lines = explode('</p>', $text); but it does not work. What am I doing wrong? David Remember: You only know what you know and - you don't know what you don't know!
I have a string that I am trying to explode on each </p> tag using the code Code: $lines = explode('</p>', $text); but it does not work. What am I doing wrong? David Remember: You only know what you know and - you don't know what you don't know!
Feb 4, 2008 #2 jpadie Technical User Nov 24, 2003 10,094 FR looks ok. the problem is probably elsewhere. Upvote 0 Downvote