I have a PHP page which edits a template page, at the moment it shows a huge box with all the code on the template....is it possible to have this edit page break this up into say: header, search, sidebar etc etc and give the user a differant text box to edit each?
and then hide certain parts of the code from the user (which would just be PHP code) inbetweeen the rightsidebar and the footer...etc
Basically i want the user to only be able to edit the bits which are "echoed" out of the PHP file, in differant text boxes, as oppose to one big mess.