Log in

View Full Version : User Editable



laserdude
04-13-2007, 10:42 PM
I want some parts of my site my sites, like a story passage to be editable by the user or viewer, it need to reflect in the site as soon as they publish
How do i do that?

thetestingsite
04-13-2007, 10:44 PM
You would need a server side language (PHP, ASP, etc) and a way to store the information (MySQL, MSSQL, text-file, etc). Probably the best way would be to use PHP and MySQL for this.

Hope this helps.

//Added Later: Visit http://www.php-mysql-tutorial.com for more information on how to use PHP and MySQL for this. If you need more help, let me know.