<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Can you send the form data to a php script?</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Can you send the form data to a php script?</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 13:17:46 +0000</pubDate>

<item>
<title>yuniar on "Can you send the form data to a php script?"</title>
<link>https://www.machform.com/forums/topic/can-you-send-the-form-data-to-a-php-script#post-1438</link>
<pubDate>Tue, 22 Apr 2008 09:13:55 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1438@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Bob, MachForm is provided with full PHP source code, so yes you can modify it to suit your need. &#60;/p&#62;
&#60;p&#62;However, we don't give support to customized MachForm, so it will be at your own risk.
&#60;/p&#62;</description>
</item>
<item>
<title>netwise on "Can you send the form data to a php script?"</title>
<link>https://www.machform.com/forums/topic/can-you-send-the-form-data-to-a-php-script#post-1432</link>
<pubDate>Tue, 22 Apr 2008 05:28:24 +0000</pubDate>
<dc:creator>netwise</dc:creator>
<guid isPermaLink="false">1432@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Bob,&#60;/p&#62;
&#60;p&#62;Have you considered writing a simple utility to export the mach form database&#60;br /&#62;
tweek and import into your current app?&#60;/p&#62;
&#60;p&#62;Be less codeing, and could be set up on a cron job...&#60;/p&#62;
&#60;p&#62;Just a thought ...
&#60;/p&#62;</description>
</item>
<item>
<title>bob on "Can you send the form data to a php script?"</title>
<link>https://www.machform.com/forums/topic/can-you-send-the-form-data-to-a-php-script#post-1428</link>
<pubDate>Mon, 21 Apr 2008 19:36:20 +0000</pubDate>
<dc:creator>bob</dc:creator>
<guid isPermaLink="false">1428@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;OK, too bad though.  Of all the similar products I've looked at, I like the general look/feel of MachForm the most.  Did I read correctly somewhere else that the source code      for MachForm is included?  If that's true can I assume that modifying it to suit my needs, IE write to other DB formats, wouldn't violate any license terms?  Thanks, Bob
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Can you send the form data to a php script?"</title>
<link>https://www.machform.com/forums/topic/can-you-send-the-form-data-to-a-php-script#post-1424</link>
<pubDate>Mon, 21 Apr 2008 08:52:28 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1424@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;The database would have specific structure as required by MachForm. So you won't be able to design your own table structure. &#60;/p&#62;
&#60;p&#62;If you already have an existing tables, I'm afraid MachForm won't be suitable for you. Sorry.
&#60;/p&#62;</description>
</item>
<item>
<title>bob on "Can you send the form data to a php script?"</title>
<link>https://www.machform.com/forums/topic/can-you-send-the-form-data-to-a-php-script#post-1419</link>
<pubDate>Sun, 20 Apr 2008 22:00:28 +0000</pubDate>
<dc:creator>bob</dc:creator>
<guid isPermaLink="false">1419@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I'm this-close to buying phpform, but have one question.  If I create a form that stores data in a mysql db, is this database something hard-coded into phpform, or can it be a database and table structure of my own design (or in my case a monstrous app/db that already exists and we're trying to build forms for)?  I'm sure the form source code can be edited by hand to accomplish this, but if I have to go to that much effort then might as well write the page from scratch.  Didn't find a clear answer to this under Features or here in the forum, sorry if it's been asked and answered already.  Thanks, Bob
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Can you send the form data to a php script?"</title>
<link>https://www.machform.com/forums/topic/can-you-send-the-form-data-to-a-php-script#post-1412</link>
<pubDate>Sat, 19 Apr 2008 07:51:32 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1412@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Andrew is correct. MachForm doesn't have this feature.&#60;/p&#62;
&#60;p&#62;However, if you do some programming, you can customize MachForm code to do that.&#60;br /&#62;
I can't help you with the code, but I'll give you a clue for you to continue.&#60;/p&#62;
&#60;p&#62;To send data to other script on other domain, you'll need to use a web client library, such as this one: &#60;a href=&#34;http://scripts.incutio.com/httpclient/index.php&#34; rel=&#34;nofollow&#34;&#62;http://scripts.incutio.com/httpclient/index.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Write the code and put it into MachForm code which process the submission.&#60;br /&#62;
It should be placed inside process_form() function in includes/post-functions.php file.
&#60;/p&#62;</description>
</item>
<item>
<title>AMurray on "Can you send the form data to a php script?"</title>
<link>https://www.machform.com/forums/topic/can-you-send-the-form-data-to-a-php-script#post-1407</link>
<pubDate>Sat, 19 Apr 2008 05:22:04 +0000</pubDate>
<dc:creator>AMurray</dc:creator>
<guid isPermaLink="false">1407@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I don't believe so, since the Machform has the processing code built in; it processes to a MySQL Db and also to your email.&#60;/p&#62;
&#60;p&#62;I don't know the licence conditions allow the &#34;other domain&#34; thing....unless you purchase the extra licence(s), since the Machform has to be on the domain/web site you're using it on for it to work. Yuniar might correct me on this.
&#60;/p&#62;</description>
</item>
<item>
<title>warthogweb on "Can you send the form data to a php script?"</title>
<link>https://www.machform.com/forums/topic/can-you-send-the-form-data-to-a-php-script#post-1399</link>
<pubDate>Fri, 18 Apr 2008 18:01:48 +0000</pubDate>
<dc:creator>warthogweb</dc:creator>
<guid isPermaLink="false">1399@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Can you send the form data to a php script on another domain - i.e. as a personal info collecting form prior to ecommerce?&#60;br /&#62;
Martin
&#60;/p&#62;</description>
</item>

</channel>
</rss>
