News Feed
Jobs Feed
Sections




News Archive
Quate Newsnet:
Shorter URLs Using PHP
June 03, 2006 @ 12:09:03

On the Quate Newsnet site, there's this handy little tutorial (from Chris) with a look at creating shorter URLs with the help of PHP - that is, "page.php?1&2" versus "page.php?id=1&page=2".

This script is useful for those who can't use a htaccess file for one reason or another. (Some hosting providers do not allow htaccess use.) Also useful for those PHP developers who are striving to create a very universal program, and want to offer shorter URLs without the requirement of the user having to use a htaccess file.

The actual PHP code for it is pretty simple, grabbing everything from the query string and splitting it out on the ampersands (&). You'd need to know exactly what order to put the parameters in, though, since it doesn't use the normal $_GET functionality to assign it to an array.

0 comments voice your opinion now!
shorter url get get_short_url shorter url get get_short_url


blog comments powered by Disqus

Similar Posts

Robert Basic's Blog: MyUrl view helper for Zend Framework

Jonathan Snook's Blog: View Caching in CakePHP 1.1.8

phpaddiction: Url Routing with PHP - Part One

Mind Tree Blog: Friendly URLs in PHP: why do you care?

Derick Rethans' Blog: Overloaded properties (__get)


Community Events











Don't see your event here?
Let us know!


introduction development series conference testing framework release functional community phpunit podcast tool example opinion unittest zendframework2 object interview language code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework