<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1042739" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1042739</link>
    <description></description>
    <language>en</language>
          <item>
    <title>lol, it&#039;s one of those sites</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/php-include-help#comment-1237037</link>
    <description> &lt;p&gt;lol, it&#039;s one of those sites that display a big add under the initial post, may have been why.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Thu, 15 Jan 2009 01:39:21 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1237037 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Greg K wrote:
That post has</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/php-include-help#comment-1237024</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;Greg K&lt;/em&gt; wrote:&lt;/div&gt;That post has NINE replies to it on the day it was posted (July 9, 2008) and the day after.&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Guess I missed that &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 14 Jan 2009 19:14:18 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1237024 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>That post has NINE replies</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/php-include-help#comment-1237017</link>
    <description> &lt;p&gt;That post has NINE replies to it on the day it was posted (July 9, 2008) and the day after. &lt;/p&gt;
&lt;p&gt;And this posting from August of the same message has a reply as well:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.webmasters.org/forum/php-forum/1039-php-include-help.html&quot; title=&quot;http://www.webmasters.org/forum/php-forum/1039-php-include-help.html&quot;&gt;http://www.webmasters.org/forum/php-forum/1039-php-include-help.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I just checked one of his other posts, where that question is found on several forums as well, although those are more recent posts) and each posting has different links in the footers....&lt;/p&gt;
&lt;p&gt;One of the links in a footer on a post was for a &quot;link building service&quot;....&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Wed, 14 Jan 2009 17:07:00 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1237017 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>teammatt3 wrote:
Did you</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/php-include-help#comment-1237011</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;teammatt3&lt;/em&gt; wrote:&lt;/div&gt;Did you forget about this post at Digital Point where you copied it from?&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;That post does not have a reply, so the poster is [still?] looking for help making it an include.&lt;/p&gt;
&lt;p&gt;nikee,&lt;/p&gt;
&lt;p&gt;there is a &lt;a href=&quot;http://www.w3schools.com/php/php_includes.asp&quot;&gt;tutorial about PHP include&lt;/a&gt; at W3Schools&lt;/p&gt;
&lt;p&gt;basically, you want to save this code as a PHP file, let&#039;s say you call it randomimage.php&lt;/p&gt;
&lt;p&gt;if it is in the same directory as the page including it on your server, use this code to include it:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;include(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;randomimage.php&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;if it&#039;s not in the same directory, you need to put the relative or absolute path to it&lt;/p&gt;
&lt;p&gt;The page where you put the include code needs to be a PHP file or you need &lt;a href=&quot;http://www.sitetoolcenter.com/website-optimization/php-on-html-pages.php&quot;&gt;PHP enabled in HTML&lt;/a&gt; (try it first to see if it works already).&lt;/p&gt;
 </description>
     <pubDate>Wed, 14 Jan 2009 14:21:36 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1237011 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Did you forget about this</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/php-include-help#comment-1237000</link>
    <description> &lt;p&gt;Did you forget about this post at Digital Point where you copied it from?&lt;br /&gt;
&lt;a href=&quot;http://forums.digitalpoint.com/showthread.php?p=8441783&quot; title=&quot;http://forums.digitalpoint.com/showthread.php?p=8441783&quot;&gt;http://forums.digitalpoint.com/showthread.php?p=8441783&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 14 Jan 2009 05:27:39 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1237000 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
