<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1016994" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1016994</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/2f#comment-1099069</link>
    <description> &lt;p&gt;some of then got space, for eg. abc def...if i dun put the urlencode, it will tend to ignore the word after the space..&lt;/p&gt;
 </description>
     <pubDate>Tue, 22 Jan 2002 04:06:32 +0000</pubDate>
 <dc:creator>joyce</dc:creator>
 <guid isPermaLink="false">comment 1099069 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/2f#comment-1099063</link>
    <description> &lt;p&gt;take out urlencode(), you don&#039;t need it&lt;/p&gt;
 </description>
     <pubDate>Tue, 22 Jan 2002 03:33:08 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1099063 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/2f#comment-1099045</link>
    <description> &lt;p&gt;this is my code: &lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;switch (&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$subcat&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;Net Essentials&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$location &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= \&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;abc/netessentials\&quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case &#039;NT Workstation&#039;:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$location&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt; = \&quot;ntworkstation\&quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; default:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$location&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt; = \&quot;ntserver\&quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;header(\&quot;Location:&amp;lt;a href=\&quot;http://www.certifyexpress.com/\&quot; target=\&quot;_blank\&quot;&amp;gt;&amp;lt;a href=\&quot;http://www.certifyexpress.com/\&quot; class=\&quot;bb-url\&quot;&amp;gt;http://www.certifyexpress.com/&amp;lt;/a&amp;gt;&amp;lt;/a&amp;gt;\&quot;.urlencode(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$location&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;).\&quot;/index.php\&quot;);&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;when i try to add &#039;/&#039; in my location, $location = &quot;abc/netessentials&quot;; &lt;/p&gt;
&lt;p&gt;the url will become like this:&lt;br /&gt;
&lt;a href=&quot;http://www.certifyexpress.com/abc%2...tials/index.php&quot; class=&quot;bb-url&quot;&gt;http://www.certifyexpress.com/abc%2...tials/index.php&lt;/a&gt; which lead me to page not found. &lt;/p&gt;
&lt;p&gt;pls help.&lt;/p&gt;
 </description>
     <pubDate>Tue, 22 Jan 2002 01:49:01 +0000</pubDate>
 <dc:creator>joyce</dc:creator>
 <guid isPermaLink="false">comment 1099045 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/2f#comment-1098962</link>
    <description> &lt;p&gt;Where did you print that?  That looks like it&#039;s been through &lt;a href=&quot;http://www.php.net/manual/en/function.urlencode.php&quot; class=&quot;bb-url&quot;&gt;URLEncode()&lt;/a&gt;.&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Jan 2002 17:45:32 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1098962 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/2f#comment-1098925</link>
    <description> &lt;p&gt;I&#039;m assuming you&#039;re using PHP here? Maybe the following URLs will help you:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.php.net/manual/en/function.echo.php&quot; class=&quot;bb-url&quot;&gt;http://www.php.net/manual/en/function.echo.php&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.zend.com/zend/tut/using-strings.php#quoted&quot; class=&quot;bb-url&quot;&gt;http://www.zend.com/zend/tut/using-strings.php#quoted&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&#039;m no PHP-expert, but I believe you need to either escape the entire string or just the single character.&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Jan 2002 11:15:48 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1098925 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
