Editable Pages For Content Manager
Hi
On my website I would like my friend/the client to be able to login (there will be only one user) and after he logs in - some of the pages should 'change' to allow user input/edits.
I have designed the pages - both editable (with forms) and non editable (just content). - ((The website uses PHP and a MySQL database.))
What is the recommended way/'best' way to send the logged in user to the editting pages - and the general guest to the non-edit pages? - Do I use separate pages - or should I use conditionals on a single page to display content/forms based on the person viewing the site?
In otherwords - I want to create a very basic CMS for my client after he has logged in.
Thanks!
Chris