<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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">
	<channel>
		<title>Gravity Support Forums Topic: PHP Includes</title>
		<link>https://legacy.forums.gravityhelp.com/topic/php-includes</link>
		<description>Gravity Support Forums Topic: PHP Includes</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 20:45:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/php-includes" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "PHP Includes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/php-includes#post-70266</link>
			<pubDate>Thu, 09 Aug 2012 01:10:15 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">70266@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Very good.  Thank you for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>twescott on "PHP Includes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/php-includes#post-70198</link>
			<pubDate>Wed, 08 Aug 2012 15:11:40 +0000</pubDate>
			<dc:creator>twescott</dc:creator>
			<guid isPermaLink="false">70198@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for your help.  I got it working.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "PHP Includes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/php-includes#post-70141</link>
			<pubDate>Wed, 08 Aug 2012 10:43:40 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">70141@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This customization falls outside the support we can provide in the help forums.  Additionally, it's PHP you need help with, not Gravity Forms.&#60;/p&#62;
&#60;p&#62;However, you should be able to either &#34;include_once('./path/to/file.php');&#34; or &#34;require_once('./path/to/file.php');&#34;.  Be sure you can access the file at the filepath your include statement thinks it exists at.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>twescott on "PHP Includes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/php-includes#post-70059</link>
			<pubDate>Wed, 08 Aug 2012 02:19:26 +0000</pubDate>
			<dc:creator>twescott</dc:creator>
			<guid isPermaLink="false">70059@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'd like to include a PHP file into the gravityforms/entry_list.php file.&#60;br /&#62;
I'm including some custom code into this file which integrates with Twilio.  Next to one of my fields, I have a custom link called 'SEND SMS', which when clicked, fires off an SMS to the number provided by my form user.&#60;/p&#62;
&#60;p&#62;There are some variables in my Twilio PHP files which I'd like to include in entry_list.php, so that I can keep track of how many messages have been sent to each user and include that next to the SEND SMS link, so that it reads something like, SEND SMS (1), the number in parentheses being the number of times a message has been sent; a variable calculated in a Twilio PHP file.  I must be missing something, though, since I can't seem to successfully include the file.&#60;/p&#62;
&#60;p&#62;Is it possible to include a PHP file in another directory into this particular plugin file?  If so, how?&#60;br /&#62;
include('path'); seems to be failing me, or else I'm just stupid.&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
