Jump to content

[SOLVED] Help Parsing Data


refiking

Recommended Posts

What I want to do is drop some text in a wysiwyg editor like this...

title

ing
ing
ing


dir
dir
dir



title

ing
ing
ing


dir
dir
dir



title

ing
ing
ing


dir
dir
dir

 

And I want the output to be like this...

 

title
<ul><li>ing</li><li>ing</li><li>ing</li></ul>
	<ul><li>dir</li><li>dir</li><li>dir</li></ul>
title
<ul><li>ing</li><li>ing</li><li>ing</li></ul>
	<ul><li>dir</li><li>dir</li><li>dir</li></ul>
title
<ul><li>ing</li><li>ing</li><li>ing</li></ul>
	<ul><li>dir</li><li>dir</li><li>dir</li></ul>

 

What I'm thinking is to count the <br>'s, but I am completely open to all expertise and advice here.  Thanks!

Link to comment
https://forums.phpfreaks.com/topic/158445-solved-help-parsing-data/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.