Re: I need to learn to code a CMS! To create a basic CMS is incredibly easy, all you need to know is how to select, insert, update and delete records from a database. If you search php tutorials this is usually the first thing covered.
You dont necessarily even need to know how to make a secure area, you could just password protect the admin folder from the server.
Then to make it a bit easier to use upload FCKEditor or similar and paste the code they supply onto your textareas in the forms.
Alternatively look on hotscripts, theres loads of free/cheap scripts about. Joomla is incredible (and free) I would use it even if it cost a few hundred $ per site. |