Re: [PHP] Storing, formatting and displaying data

2004-08-20 Thread Octavian Rasnita
ECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, 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 &

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 wi

Re: [PHP] Storing, formatting and displaying data

2004-08-19 Thread Xongoo!com: Central unit
Use WISIWYG editor, integrate it into your forms and presto, for example, from www.interactivetools.com, that does not work with tables, but you can find one, I think. -- Tadas Talaikis [EMAIL PROTECTED] http://www.xongoo.com - Original Message - From: "Octavian Rasnita" <[EMAIL PROTECTED

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 \n in order to format that text as html, but I don't know how I could let the user