
An idea for a lightweight PHP CMS with .txt files and query strings
Ali Gajani · August 10, 2014 · Originally from Mr. Geek
Laziness often helps you figure out funny ways to solve problems. Put it this way. I've found a hack to create a lightweight CMS in PHP that uses .txt files and query strings. Yes, you publish through a URL, and the persistence happens inside a text file. Not a MySQL database. Crazy! It works. I
Read more


















