chightech
02-16-2004, 07:56 PM
Does anyone know any Web Blog script that allows me use HTML in the entry?
Please tell me if you know.
Thanks in advance!
Please tell me if you know.
Thanks in advance!
![]() | View Full Version : Blog script that allows HMTL entry chightech 02-16-2004, 07:56 PM Does anyone know any Web Blog script that allows me use HTML in the entry? Please tell me if you know. Thanks in advance! Jeanco 02-16-2004, 08:19 PM If you're using HTML entry why not just quickly put together an easy PHP script. It could easily run off a MySQL database and then all you'd have to do is enter the new entries into the database Lippy 02-16-2004, 08:22 PM Use a form with a text area. Have the text area enter in its contents to a mysql database then use a query to pull the contents out of the database and use either an echo or print command to display it. Very simple script, but if formatted right can look great. |