<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: What is the PHP code to load a page&#8217;s code into another?</title>
	<atom:link href="http://cajunwebsite.com/web-design/php-code/what-is-the-php-code-to-load-a-pages-code-into-another/feed" rel="self" type="application/rss+xml" />
	<link>http://cajunwebsite.com/web-design/php-code/what-is-the-php-code-to-load-a-pages-code-into-another</link>
	<description>Web Design and Development Tips</description>
	<lastBuildDate>Sun, 28 Nov 2010 16:05:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: NONAME</title>
		<link>http://cajunwebsite.com/web-design/php-code/what-is-the-php-code-to-load-a-pages-code-into-another/comment-page-1#comment-1666</link>
		<dc:creator>NONAME</dc:creator>
		<pubDate>Thu, 11 Mar 2010 00:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://cajunwebsite.com/web-design/php-code/what-is-the-php-code-to-load-a-pages-code-into-another#comment-1666</guid>
		<description>?&lt; php &gt;

include(page.html)

&lt; php &gt;?

this is the correct code bye&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>?&lt; php &gt;</p>
<p>include(page.html)</p>
<p>&lt; php &gt;?</p>
<p>this is the correct code bye<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Anonymous</title>
		<link>http://cajunwebsite.com/web-design/php-code/what-is-the-php-code-to-load-a-pages-code-into-another/comment-page-1#comment-1665</link>
		<dc:creator>Lars Anonymous</dc:creator>
		<pubDate>Thu, 11 Mar 2010 00:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://cajunwebsite.com/web-design/php-code/what-is-the-php-code-to-load-a-pages-code-into-another#comment-1665</guid>
		<description>Shiver me timbers!! I see we have yet another scurvy buccaneer navgatin&#039; th&#039; Seven Seas of PHP!

If it be loadin&#039; HTML in PHP ye want, then it&#039;ll be th&#039; include function ye&#039;ll need! Arrrgh, this function be loadin&#039; anothr&#039; PHP or HTML page and includin&#039; it on th&#039; server side!

Here&#039;s a taste of th&#039; booty:

&lt;?php
include(&quot;yourfile.html&quot;);
?&gt;

May yer sails fly full!

Captain Lars of the Good Ship #000000 Perl&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Shiver me timbers!! I see we have yet another scurvy buccaneer navgatin&#8217; th&#8217; Seven Seas of PHP!</p>
<p>If it be loadin&#8217; HTML in PHP ye want, then it&#8217;ll be th&#8217; include function ye&#8217;ll need! Arrrgh, this function be loadin&#8217; anothr&#8217; PHP or HTML page and includin&#8217; it on th&#8217; server side!</p>
<p>Here&#8217;s a taste of th&#8217; booty:</p>
<p>&lt;?php<br />
include(&quot;yourfile.html&quot;);<br />
?&gt;</p>
<p>May yer sails fly full!</p>
<p>Captain Lars of the Good Ship #000000 Perl<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DzSoundNirvana</title>
		<link>http://cajunwebsite.com/web-design/php-code/what-is-the-php-code-to-load-a-pages-code-into-another/comment-page-1#comment-1664</link>
		<dc:creator>DzSoundNirvana</dc:creator>
		<pubDate>Wed, 10 Mar 2010 23:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://cajunwebsite.com/web-design/php-code/what-is-the-php-code-to-load-a-pages-code-into-another#comment-1664</guid>
		<description>include(&#039;path_to_file&#039;);
include_once(&#039;path_to_file&#039;);
require(&#039;path_to_file&#039;);
require_once(&#039;path_to_file&#039;);

i would use require once so if an error occurs the script will stop running.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;http://us2.php.net/manual/en/function.require.php</description>
		<content:encoded><![CDATA[<p>include(&#8216;path_to_file&#8217;);<br />
include_once(&#8216;path_to_file&#8217;);<br />
require(&#8216;path_to_file&#8217;);<br />
require_once(&#8216;path_to_file&#8217;);</p>
<p>i would use require once so if an error occurs the script will stop running.<br /><b>References : </b><br /><a href="http://us2.php.net/manual/en/function.require.php" rel="nofollow">http://us2.php.net/manual/en/function.require.php</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

