<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Functions, simple question' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Functions, simple question' posted on the 'PHP' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 19 Jun 2013 10:31:50 -0700</pubDate>
    <lastBuildDate>Wed, 19 Jun 2013 10:31:50 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Functions, simple question</title>
      <link>http://www.programmersheaven.com/mb/phpstuff/52692/52692/functions-simple-question/</link>
      <description>By the time you reply, I'll prbably have it figured out.&lt;br /&gt;
&lt;br /&gt;
if a function is defined in a php tag, can you call the function from a different php tag while still in the same document?&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/phpstuff/52692/52692/functions-simple-question/</guid>
      <pubDate>Wed, 14 Feb 2001 16:43:48 -0700</pubDate>
      <category>PHP</category>
    </item>
    <item>
      <title>Re: Functions, simple question</title>
      <link>http://www.programmersheaven.com/mb/phpstuff/52692/56506/re-functions-simple-question/#56506</link>
      <description>Yes, sure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/phpstuff/52692/56506/re-functions-simple-question/#56506</guid>
      <pubDate>Wed, 14 Mar 2001 00:27:27 -0700</pubDate>
      <category>PHP</category>
    </item>
    <item>
      <title>Re: Functions, simple question</title>
      <link>http://www.programmersheaven.com/mb/phpstuff/52692/60592/re-functions-simple-question/#60592</link>
      <description>The best way to do this is to create a file called methods or functions that have all your functions in it then include the file at the top of the page.&lt;br /&gt;
&lt;br /&gt;
#include methods.php&lt;br /&gt;
&lt;br /&gt;
Different files for different methods even.  somewhat oo programming.&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/phpstuff/52692/60592/re-functions-simple-question/#60592</guid>
      <pubDate>Fri, 13 Apr 2001 10:19:41 -0700</pubDate>
      <category>PHP</category>
    </item>
    <item>
      <title>Re: Functions, simple question</title>
      <link>http://www.programmersheaven.com/mb/phpstuff/52692/71789/re-functions-simple-question/#71789</link>
      <description>: The best way to do this is to create a file called methods or functions that have all your functions in it then include the file at the top of the page.&lt;br /&gt;
: &lt;br /&gt;
: #include methods.php&lt;br /&gt;
: &lt;br /&gt;
: Different files for different methods even.  somewhat oo programming.&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So I can even define a class and then use that class?&lt;br /&gt;
This will make using my own classes much easier cause I don't have access to the server to compile my own classes/functions into php.&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/phpstuff/52692/71789/re-functions-simple-question/#71789</guid>
      <pubDate>Mon, 23 Jul 2001 22:22:11 -0700</pubDate>
      <category>PHP</category>
    </item>
  </channel>
</rss>