PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
i have had a look around but am looking for some advice. i would like to create a flat file cms for a small website. the features would be;
- an image gallery
- a couple of pages with text that needs to be edited (either via forms or by changing a .txt file)
- a guestbook
- a page that has links created automatically after a word file has been uploaded.
- some authentication.
i know MySQL would be useful for this but can anyone recommend a cms that doesn't use a db.
Some people don't have MySQL. Others thing SQL query is too complicated (I was like that: all my stuff was flat file). It's an understandable dilemma. But you know what? Learn SQL.