Guest_imported
New member
- Jan 1, 1970
- 0
Hello;
I have a question relative to content management. I am working on a website framework,using PHP and MySQL, that aims to allow non-developers to maintain sites based on it. My problem comes in delaing with content. I would like users to be able to enter the textual content for a page in a textarea, and insert that into the DB. All fine, as far as it goes.....however, when the actual content page fetches the text from the DB, I want it to be broken into paragraphs in the way that the user entered it.
I have been experimenting with PRE tags in an effort to force paragraph breaks, etc, with no luck. Does anyone know something about that? Thanks.
I have a question relative to content management. I am working on a website framework,using PHP and MySQL, that aims to allow non-developers to maintain sites based on it. My problem comes in delaing with content. I would like users to be able to enter the textual content for a page in a textarea, and insert that into the DB. All fine, as far as it goes.....however, when the actual content page fetches the text from the DB, I want it to be broken into paragraphs in the way that the user entered it.
I have been experimenting with PRE tags in an effort to force paragraph breaks, etc, with no luck. Does anyone know something about that? Thanks.