Separating Raw Text into Tables
Posted: Tue Jul 08, 2003 10:00 pm
I'm sure there's a way to do this, but I'm lost.
Let's say, for example, I wanted to separate this text into a table...
George Bob Joe
Joe George Bob
...so that each name goes into a separate <td> after it goes through a form submission. Of course, the data will be completely random so I can't use ereg_replace.
Any ideas?
Let's say, for example, I wanted to separate this text into a table...
George Bob Joe
Joe George Bob
...so that each name goes into a separate <td> after it goes through a form submission. Of course, the data will be completely random so I can't use ereg_replace.
Any ideas?