<?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>Mon, 20 May 2013 22:14:21 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[The Shadow Fox Network: Create Dynamic URLs With Mod_Rewrite and PHP Functions]]></title>
      <guid>http://www.phpdeveloper.org/news/6585</guid>
      <link>http://www.phpdeveloper.org/news/6585</link>
      <description><![CDATA[<p>
On the Shadow Fox Network, there's a <a href="http://www.shadow-fox.net/site/tutorial/45-Create-Dynamic-URLs-With-Mod-Rewrite-and-PHP-Functions">new tutorial</a> that shows how to combine the Apache mod_rewrite functionality with some PHP functions to make passing variables over your rewritten URL easy.
</p>
<blockquote>
You can't pass variables well without adding more commands to mod_rewrite. So here you'll learn to add unlimited parameters to your links with only one simple PHP function.
</blockquote>
<p>
He starts with a <a href="http://www.shadow-fox.net/site/tutorial/45-Create-Dynamic-URLs-With-Mod-Rewrite-and-PHP-Functions">mini-refresher course</a> on the contents of the previous article and moves to the simple rewrite example that makes it possible - a two line statement. Then, it's on to the PHP - again, a simple function that does things simply, grabs all of the parameters from the URL and splits them out into a global parameters array. He even includes a simple example as a tutorial you can try out with <a href="http://old.shadow-fox.net/routing/index//id/10/type/month">the demo</a>.
</p>]]></description>
      <pubDate>Thu, 26 Oct 2006 11:12:00 -0500</pubDate>
    </item>
  </channel>
</rss>
