Tag Archives: Php Index

Using Php and Mysql to Develop a Cms

John Dixon asked: In this article I’ll try to describe how to develop a very simple Content Management System (CMS). I’ve chosen PHP as the server-side scripting language and MySQL as the database management system purely because I think they are fairly easy to use and they do the job very well.I won’t spend any [...]

Programming php scripts to perform index.php/pack/?id=1?

proggie asked: I have seen scripts which run in this format index.php/pack/?id=1 where it is like a folder inside a php file ? how can u program it like this and how does it work ? apache rewrite ? if so can any body give me an example ? Well this seems to be something [...]