PHP Regular expresssion URL Router
June 23, 2009 No comments yet
In this tutorial we will create a PHP URL router. The developer using the router will be able to define these routes with regular expressions, these will then map to a file, class and method which will be called –…

