Jump to content

Content Managment System - How would I?


se1zure

Recommended Posts

I am new to php, and would liek to make a very dumbed down Content Management System, like cutenews (http://www.cutephp.com). I don't have any experience with mysql, nor a server which I can test out mysql on.

What is the best way to go about creating this? What would you recommend I do, as far as file management?

It should be simple (well, not too hard). I just want a list of all current stories, and a button to add a new story, delete an old story, and edit an existing one. Simple page to display them in order (depending on the date created). Shouldn't be too much of a hassel.

SO if anyone knows of the best way of achiving this is, please feel free to help me out.







Link to comment
Share on other sites

If you're really new to PHP, it's probably going to be easier to use a pre-made CMS or start with a smaller project, especially if you have no database.

You could work with just the filesystem, but IMO it'd get pretty complex for that.

If you still want to, check out the file functions like fopen, is_dir, etc. There are some good tutorials for working with the filesystem.
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.