1. Aug 9th, 2005

    PHP: Building accessibility URLs

    > Building accessibility URLs is easy with a function that returns an URL from the given arguments. It converts the parsed arguments and returns a complete url string. This way you always have consistent urls no matter what your data looks like. If you prefer FriendlyURLs it returns /articles/test/page/2 if not it returns articles=test&page=2.

    link: http://www.phpkitchen.com/index.php?/archives/713-Building-accessibility-URLs.html
    tags: php friendly-url

    Your comment, here ⇓

    Or using OpenID