Page 1 of 1

Re: PHP Text Editor???

Posted: Sun Jul 05, 2009 8:53 am
by ben.artiss
Hi Jamie,

Dreamweaver does have template support which lets you insert editable regions, so you end up with one file controlling the appearance of many files (i.e. when you save changes to the template it updates all other files based on it). As for PHP text editor... I've never really heard of anything, maybe take a look at TinyMCE (but for that you'd need to store the data somewhere, e.g. MySQL).

Hope that helps.
Regards, Ben