<?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: Using the data for other php stuff</title>
		<link>https://legacy.forums.gravityhelp.com/topic/using-the-data-for-other-php-stuff</link>
		<description>Gravity Support Forums Topic: Using the data for other php stuff</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 13:53:00 +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/using-the-data-for-other-php-stuff" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Using the data for other php stuff"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-the-data-for-other-php-stuff#post-43668</link>
			<pubDate>Sat, 10 Dec 2011 18:38:31 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">43668@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@inkdevs, I'm having trouble following that code.   Does it do everything you want, or do you need assistance with that still?  The code looks good, but I'm unsure of what it should be doing, or if it is working for you.  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dewey Bushaw on "Using the data for other php stuff"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-the-data-for-other-php-stuff#post-43140</link>
			<pubDate>Mon, 05 Dec 2011 14:30:06 +0000</pubDate>
			<dc:creator>Dewey Bushaw</dc:creator>
			<guid isPermaLink="false">43140@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Chris, here is my code: &#60;a href=&#34;http://pastie.org/private/b2g5ptyucvo43j5ftq0na&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/private/b2g5ptyucvo43j5ftq0na&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Starting at line 104 is where I am working with Gravity Forms. I think I have done a decent job as it pulls everything that I need.&#60;/p&#62;
&#60;p&#62;I also have an AJAX call to a separate PHP file to set the attended? field: &#60;a href=&#34;http://pastie.org/private/enrfw93yixxtvdlrlub4q&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/private/enrfw93yixxtvdlrlub4q&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I would love your input. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Using the data for other php stuff"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-the-data-for-other-php-stuff#post-43065</link>
			<pubDate>Sun, 04 Dec 2011 16:06:01 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">43065@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, the $entry object has access to all the data stored in the entry.&#60;/p&#62;
&#60;p&#62;Can you share an example of what you're trying to accomplish and we can point you to some specific examples?  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dewey Bushaw on "Using the data for other php stuff"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-the-data-for-other-php-stuff#post-42847</link>
			<pubDate>Fri, 02 Dec 2011 02:47:31 +0000</pubDate>
			<dc:creator>Dewey Bushaw</dc:creator>
			<guid isPermaLink="false">42847@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am assuming when you say &#34;You don't have to go direct to the database either&#34; you are referring to the Entry Object. But from the documentation I am not really sure how to go about using the code there. How do I specify the form id to get to the entry data?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Using the data for other php stuff"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-the-data-for-other-php-stuff#post-40960</link>
			<pubDate>Sun, 13 Nov 2011 17:06:54 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">40960@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can access all the data in the form entries.  You don't have to go direct to the database either.  There are built in functions you can use.&#60;/p&#62;
&#60;p&#62;How about if you start with one example of information being captured, and show us how you want to use it.  There are lots of ways to accomplish what you are trying to do.  We'll be happy to point you in the right direction.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>freiden on "Using the data for other php stuff"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-the-data-for-other-php-stuff#post-40928</link>
			<pubDate>Sat, 12 Nov 2011 22:28:15 +0000</pubDate>
			<dc:creator>freiden</dc:creator>
			<guid isPermaLink="false">40928@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to find a way to use this data for other means.. i.e standard mysql queries.&#60;/p&#62;
&#60;p&#62;For example, If I'm collecting data normally into a table then I am able to do something like this&#60;br /&#62;
Table:&#60;br /&#62;
id - submitted by user id - my order - my side dish&#60;br /&#62;
1 - 54 - Hamburger - Fries&#60;br /&#62;
2 - 34 - Pizza - Spaghetti&#60;br /&#62;
3 - 54 - Soup - Potatoes &#60;/p&#62;
&#60;p&#62;Then I could do simple commands like show all entries from user 54..&#60;br /&#62;
I have a lot of data I'll be collecting, and need to use it on other pages where it will be showing the data from many entries (not just one entry on a page or post). I  also need to be able able to use the data to compare it to other tables. Can this type of thing be done or am I better of hard coding my forms? I've tried to search for hooks and things to do it, with no luck&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
