<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1016805" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1016805</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/calling-functions-includes#comment-1097762</link>
    <description> &lt;p&gt;Include should work.&lt;/p&gt;
&lt;p&gt;My guess is that PHP choked without quotes.&lt;/p&gt;
&lt;p&gt;Also note worthy.  Require() does just that.  It requires that the file be included.  If it fails for one reason or another, the whole script will die (with an error printed).  Include() does not require that the file be included.  If the include fails an error will be printed, but the rest of the script will be executed.&lt;/p&gt;
 </description>
     <pubDate>Tue, 08 Jan 2002 01:00:29 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1097762 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/calling-functions-includes#comment-1097750</link>
    <description> &lt;p&gt;did you use quotes around the name?&lt;br /&gt;
did you try require?&lt;br /&gt;
did you read the information at php.net?&lt;/p&gt;
&lt;p&gt;Without seeing what you are actually doing, it&#039;s impossible to do more than just point you in the right direction.&lt;/p&gt;
&lt;p&gt;Suzanne&lt;/p&gt;
 </description>
     <pubDate>Mon, 07 Jan 2002 20:45:45 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1097750 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/calling-functions-includes#comment-1097749</link>
    <description> &lt;p&gt;so i presume only require works then?&lt;/p&gt;
 </description>
     <pubDate>Mon, 07 Jan 2002 20:33:34 +0000</pubDate>
 <dc:creator>aqzsvwx12345</dc:creator>
 <guid isPermaLink="false">comment 1097749 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/calling-functions-includes#comment-1097748</link>
    <description> &lt;p&gt;oh, it&#039;s just a fake one to illustrate the point.&lt;/p&gt;
 </description>
     <pubDate>Mon, 07 Jan 2002 20:29:54 +0000</pubDate>
 <dc:creator>aqzsvwx12345</dc:creator>
 <guid isPermaLink="false">comment 1097748 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/calling-functions-includes#comment-1097687</link>
    <description> &lt;p&gt;Thats just what I was thinking.&lt;br /&gt;
I use require() a lot on my site, and I pass functions between them, and they all work&lt;br /&gt;
Make it&lt;br /&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;require(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;fncs.php&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;br /&gt;echo &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;countposts&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;2&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;); &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Just out of curiousity, what does this script do?&lt;br /&gt;
Thanks&lt;/p&gt;
 </description>
     <pubDate>Sun, 06 Jan 2002 19:10:10 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1097687 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/calling-functions-includes#comment-1097683</link>
    <description> &lt;p&gt;you should probably use require instead of include. And have quotes around the filename.&lt;/p&gt;
&lt;p&gt;But I&#039;m just a beginner, so check out &lt;a href=&quot;http://www.php.net&quot; class=&quot;bb-url&quot;&gt;php.net&lt;/a&gt; for more information on include() and require().&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Sun, 06 Jan 2002 17:41:51 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1097683 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
