<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How do I intergrate a Flash website with a database?</title>
	<atom:link href="http://mariohost.com/2010/04/how-do-i-intergrate-a-flash-website-with-a-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://mariohost.com/2010/04/how-do-i-intergrate-a-flash-website-with-a-database/</link>
	<description></description>
	<lastBuildDate>Tue, 19 Apr 2011 00:00:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Andy B</title>
		<link>http://mariohost.com/2010/04/how-do-i-intergrate-a-flash-website-with-a-database/comment-page-1/#comment-22646</link>
		<dc:creator>Andy B</dc:creator>
		<pubDate>Fri, 23 Apr 2010 19:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://mariohost.com/?p=7298#comment-22646</guid>
		<description>Difficult one. 

Normally the contents of a &lt;FORM&gt; would be sent to the server using the SUBMIT button.  The SERVER would then run a script (written in PHP)  to read the &#039;posted&#039; data and then update the database with this.  

The upshot is that you will need some kind of &#039;server side&#039; script to process information sent.  And by server, this is the place where the website/survey will reside.  Not your PC. 

There might be something in Dreamweaver to set up custom database scripts, but I&#039;m not very sure about that. </description>
		<content:encoded><![CDATA[<p>Difficult one. </p>
<p>Normally the contents of a<br />
<form> would be sent to the server using the SUBMIT button.  The SERVER would then run a script (written in PHP)  to read the &#8216;posted&#8217; data and then update the database with this.  </p>
<p>The upshot is that you will need some kind of &#8216;server side&#8217; script to process information sent.  And by server, this is the place where the website/survey will reside.  Not your PC. </p>
<p>There might be something in Dreamweaver to set up custom database scripts, but I&#8217;m not very sure about that.</p></form>
]]></content:encoded>
	</item>
	<item>
		<title>By: jftsang</title>
		<link>http://mariohost.com/2010/04/how-do-i-intergrate-a-flash-website-with-a-database/comment-page-1/#comment-22643</link>
		<dc:creator>jftsang</dc:creator>
		<pubDate>Fri, 23 Apr 2010 19:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://mariohost.com/?p=7298#comment-22643</guid>
		<description>You should probably check Flash&#039;s documentation for connecting to databases.  

However, since Flash mostly relies on client-side scripting, and once a Flash file is delivered to the user it cannot be modified by the server unless it is sent again, you should probably reconsider your choice of language. 

If I were you, I would use JavaScript. 

EDIT: As I am aware, you can use the PHP extension Ming to create Flash.  However, were you to do that, it would be much easier to just create HTML using the PHP. 

If you&#039;re just using Flash, you&#039;ve hit a very big dead end. </description>
		<content:encoded><![CDATA[<p>You should probably check Flash&#8217;s documentation for connecting to databases.  </p>
<p>However, since Flash mostly relies on client-side scripting, and once a Flash file is delivered to the user it cannot be modified by the server unless it is sent again, you should probably reconsider your choice of language. </p>
<p>If I were you, I would use JavaScript. </p>
<p>EDIT: As I am aware, you can use the PHP extension Ming to create Flash.  However, were you to do that, it would be much easier to just create HTML using the PHP. </p>
<p>If you&#8217;re just using Flash, you&#8217;ve hit a very big dead end.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

