View Single Post
04-27-2008, 08:53 AM
#13
G-Sun is offline G-Sun
Status: Member
Join date: Feb 2008
Location: Norway
Expertise:
Software:
 
Posts: 101
iTrader: 0 / 0%
 

G-Sun is on a distinguished road

  Old

Ok, I've got a plan:

Example:
I'll make a page "index.php" and include "news.php"
I'll then make the page "editnews.php" and use TinyMCE for the customer to edit the page.
Then I'll make "savenews.php", a script that read the post-information from "editnews.php", overwrites "news.php" and append-write to "backupnews.php"

Any pitfalls?