I'm looking for advice from anyone that has built their own "theme editor"? this would be similar to wordpress' theme editor, where the user has a textarea and they can enter php/html/css code that would over write a specific file. any advice would be greatful as well as links anyone can provide?
build a layout first.. then all css ids, and classes must be into 1 file.. fopen(), fwrite(), fclose() functions will come in place.. by using these functions you can edit the file within the website.. on the other hand php editor in a webpage is not possible because it is on the server side..
thanks, for the reply, is it troublesome opening the file within a textarea? and saving out the contents of that textarea?