Jump to content

php cms tutorial


ianhaney

Recommended Posts

I think a simple search would reveal a lot of tutorials related to PHP CMS. Writing a simple CMS is not even that hard.

 

Try to create a guestbook and you pretty much already have much of the required knowledge to write a simple CMS.

 

You would need a <form/> that will hold your data: title, content. If you don't know HTML then find a tutorial that explains to you how you can create forms. And a tutorial that explains how you process a form with PHP maybe write the information you posted back out on the screen.

 

Then a simple tutorial that explains you how to write/read stuff from a database and you have all the knowledge needed for your simple CMS.

 

Then extend on that and learn about:

- authentication and build a login for your CMS and secure your pages

- mod_rewrite and create friendly URL's like /en/how-i-learned-mod-rewrite

Edited by ignace
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.