Hi all,
Sorry if this sounds vague.
I am thinking of writing a basic community webpage. I would like to make it in modules, so that I can add more as I go along. I have no idea how to do this, or if it is even possible. All my scripts have been self contained, only changing depending on the POST or GET vars given to it. To make it modular I assume I would need some kind of interface, like a API. Does anyone have any advice that could help me/point me in the right direction.
I have been given advice about if ( GET['whatever'] ) include this, but I am not sure this will do what I am thinking about.
If you need more info let me know