Hello
What I am trying to do is setup an admin page that I can type some content into and then submit it to a mysql database and have the content dynamicly change on the webpage. The only problem I am having is when I want to have the content on two seperate lines or a line in between the content. It does not show up that way. It only shows up as one long line of content.
For example I type:
This is some conent
This should be the second line
But this is how it shows up:
This is some contentThis should be the second line
There must be a function in php to fix this.
Thanks
--
Laura