This is the second part of a series, I assume you have read Url Routing with PHP – Part One as it covers the basics that I’ll build on in Part Two.
Requirements
- Apache with mod_rewrite enabled
- PHP
Assign Responsibilities
The first problem I want to address is that there are two different things going on with the script in part one. 1. The parsing of the URL to obtain a command array and 2. The actual dispatch of the command ...
Continue Reading ?MAR
