Re: [PHP] Storing, formatting and displaying data

2004-08-20 Thread Justin French
Octavian, If you wish to avoid WYSIWYG editors and stick with some thing ASCI-based, I can highly recommend Textile [1], which is distributed as part of a new PHP-based CMS called Textpattern [2]. Textile is a sort-of shorthand mark-up for converting ASCI to valid XHTML. This is a paragraph

Re: [PHP] Storing, formatting and displaying data

2004-08-20 Thread Octavian Rasnita
, August 20, 2004 7:02 PM Subject: Re: [PHP] Storing, formatting and displaying data Octavian, If you wish to avoid WYSIWYG editors and stick with some thing ASCI-based, I can highly recommend Textile [1], which is distributed as part of a new PHP-based CMS called Textpattern [2]. Textile

[PHP] Storing, formatting and displaying data

2004-08-19 Thread Octavian Rasnita
Hi all, I would like to create a program that allow users to insert text into a database, than that text to appear in a web page formatted as HTML. It is simple to replace the end of line with br /\n in order to format that text as html, but I don't know how I could let the users to create

Re: [PHP] Storing, formatting and displaying data

2004-08-19 Thread raditha dissanayake
Octavian Rasnita wrote: Hi all, I would like to create a program that allow users to insert text into a database, than that text to appear in a web page formatted as HTML. It is simple to replace the end of line with br /\n in order to format that text as html, but I don't know how I could let the

Re: [PHP] Storing, formatting and displaying data

2004-08-19 Thread Xongoo!com: Central unit
] To: [EMAIL PROTECTED] Sent: Friday, August 20, 2004 8:14 AM Subject: [PHP] Storing, formatting and displaying data Hi all, I would like to create a program that allow users to insert text into a database, than that text to appear in a web page formatted as HTML. It is simple to replace