se1zure Posted January 21, 2007 Share Posted January 21, 2007 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. Quote Link to comment Share on other sites More sharing options...
Jessica Posted January 21, 2007 Share Posted January 21, 2007 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. Quote Link to comment Share on other sites More sharing options...
PC Nerd Posted January 21, 2007 Share Posted January 21, 2007 in terms of learning PHP, xampp is a great way to runn a server on your own computer etc., thats whay i run Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.