<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Fri, 24 May 2013 06:31:47 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Quate Newsnet: Shorter URLs Using PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/5501</guid>
      <link>http://www.phpdeveloper.org/news/5501</link>
      <description><![CDATA[<p>
On the Quate Newsnet site, there's this <a href="http://www.quate.net/newsnet/read.php?id=42">handy little tutorial</a> (from <i>Chris</i>) 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".
</p>
<quote>
<i>
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. 
</i>
</quote>
<p>
The <a href="http://www.quate.net/newsnet/read.php?id=42">actual PHP code</a> 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.
</p>]]></description>
      <pubDate>Sat, 03 Jun 2006 12:09:03 -0500</pubDate>
    </item>
  </channel>
</rss>
