TheConeHead
Programmer
How can a take a db field that looks like: (all one long text string)
04/12/06 This is a note 05/16/06 This is another note 6/22/06 Here is a note
and display them as separate entries in the browser like:
04/12/06 This is a note
-------
05/16/06 This is another note
-------
6/22/06 Here is a note
How can I parse that out?
04/12/06 This is a note 05/16/06 This is another note 6/22/06 Here is a note
and display them as separate entries in the browser like:
04/12/06 This is a note
-------
05/16/06 This is another note
-------
6/22/06 Here is a note
How can I parse that out?