<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1031088" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1031088</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/hyperlinks#comment-1181913</link>
    <description> &lt;p&gt;Yes, instead of using the echo() function, use the include() function, have a look on &lt;a href=&quot;http://www.php.net/&quot; class=&quot;bb-url&quot;&gt;php.net&lt;/a&gt; for more information on any of the functions used here.&lt;/p&gt;
 </description>
     <pubDate>Fri, 07 Oct 2005 22:18:04 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1181913 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/hyperlinks#comment-1181889</link>
    <description> &lt;p&gt;Instead of it echoing a phrase like &quot;This is the about us page&quot;, is there a way to make it display a webpage?&lt;/p&gt;
 </description>
     <pubDate>Fri, 07 Oct 2005 16:00:44 +0000</pubDate>
 <dc:creator>Adam678</dc:creator>
 <guid isPermaLink="false">comment 1181889 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/hyperlinks#comment-1181845</link>
    <description> &lt;p&gt;When they have a URL with something like &#039;?type=aboutus&#039; on the end, they are probably either using a form (using the GET method), or they are setting the URL to be that and using the variable &#039;type&#039; to determine what is displayed. Basically what you would do is something like this:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;?&lt;br /&gt;$type = $_GET[&amp;#039;type&amp;#039;];&lt;br /&gt;if ($type == &amp;quot;aboutus&amp;quot;) {&lt;br /&gt;echo &amp;quot;This is the about us page&amp;quot;;&lt;br /&gt;}&lt;br /&gt;if ($type == &amp;quot;something_else&amp;quot;) {&lt;br /&gt;echo &amp;quot;This is a different page&amp;quot;;&lt;br /&gt;}&lt;br /&gt;?&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Thu, 06 Oct 2005 20:13:30 +0000</pubDate>
 <dc:creator>mscreashuns</dc:creator>
 <guid isPermaLink="false">comment 1181845 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
