Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

explode(0 and html tags

Status
Not open for further replies.

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!
 
looks ok. the problem is probably elsewhere.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top