<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-6828616531515535376</atom:id><lastBuildDate>Wed, 28 Aug 2024 04:55:24 +0000</lastBuildDate><category>Description</category><category>Navigation</category><category>PHP</category><category>PHP Navigation</category><category>Query Strings</category><category>Strings</category><title>Maintenance</title><description></description><link>http://tuneup-1001tutor.blogspot.com/</link><managingEditor>noreply@blogger.com (1001tutor)</managingEditor><generator>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6828616531515535376.post-858765191051388416</guid><pubDate>Fri, 24 Apr 2009 02:26:00 +0000</pubDate><atom:updated>2010-03-26T13:57:58.372-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Description</category><category domain="http://www.blogger.com/atom/ns#">Navigation</category><category domain="http://www.blogger.com/atom/ns#">PHP</category><category domain="http://www.blogger.com/atom/ns#">PHP Navigation</category><category domain="http://www.blogger.com/atom/ns#">Query Strings</category><category domain="http://www.blogger.com/atom/ns#">Strings</category><title>PHP Navigation</title><description>Description: Instead of calling files like ( index.php?str=blah ) , you could do ( index.php?SoD ) and it would print out &quot;owns you!&quot;. You can add more strings in there, this is just an example.&lt;br /&gt;&lt;br /&gt;  $vars = explode(&quot;,&quot;, urldecode(getenv(&#39;QUERY_STRING&#39;)));&lt;br /&gt;  $v1 = array_shift($vars);&lt;br /&gt;  $v2 = array_shift($vars);&lt;br /&gt;  $v3 = array_shift($vars);&lt;br /&gt;&lt;br /&gt;  switch ($v1) {&lt;br /&gt;      case &#39;first.1&#39;: {&lt;br /&gt;          print(&quot;This is v1, first string case &#39;file.php?first.1&#39;.&quot;);&lt;br /&gt;          break;&lt;br /&gt;          }&lt;br /&gt;     case &#39;first.2&#39;: {&lt;br /&gt;     switch ($v2) {&lt;br /&gt;          case &#39;second&#39;: {&lt;br /&gt;              switch($v3) {&lt;br /&gt;                  case &#39;third&#39;: {&lt;br /&gt;                    print(&quot;This is v3, the last case &#39;file.php?first.2,second,third&#39;.&quot;);&lt;br /&gt;                    break;&lt;br /&gt;                  }&lt;br /&gt;              }&lt;br /&gt;          }&lt;br /&gt;      }&lt;br /&gt;      }&lt;br /&gt;  }&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Description: &lt;/span&gt;This basically does what the 1st one does but with more strings and a different seperator rather than &#39;&amp;amp;&#39;. I don&#39;t really want to go into too much detail on the thread so if people are confused or need explaining, reply or &lt;a href=&quot;http://1001tutor.blogspot.com&quot;&gt;PM me&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;That&#39;s it for the navigation as I am not going to do the other due to they&#39;re everywhere else and I wanted to be different and show everyone this method.&lt;div class=&quot;blogger-post-footer&quot;&gt;http://feeds.feedburner.com/Maintenance&lt;/div&gt;</description><link>http://tuneup-1001tutor.blogspot.com/2009/04/php-navigation.html</link><author>noreply@blogger.com (1001tutor)</author><thr:total>0</thr:total></item></channel></rss>