<?xml version="1.0" encoding="iso-8859-1"?><rss version="2.0">
<channel><title><![CDATA[ActionScript.org Flash, Flex and ActionScript Resources - Comments for article: Introduction to Flash and PHP]]></title><link>http://www.actionscript.org/resources</link><description /><language>en-us</language><copyright><![CDATA[http://www.actionscript.org/resources]]></copyright><generator>N/A</generator><webMaster>general.redirect@gmail.com</webMaster><lastBuildDate>Sun, 22 Nov 2009 08:09:22 CST</lastBuildDate><ttl>20</ttl><item><title><![CDATA[Comment #1]]></title><link>http://www.actionscript.org/resources/articles/141/1/Introduction-to-Flash-and-PHP/Page1.html#Comment4259</link><description><![CDATA[I really appreciate learning the concept rather than trying to decipher a complicated application to meet my needs.  Thank you!<br/><br/>
(Comment posted by  at 9:30 am, Thu 28th Jun 2007)]]></description><author>no@spam.com ()</author><pubDate><![CDATA[Thu, 28 Jun 2007 09:30:09 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/141/1/Introduction-to-Flash-and-PHP/Page1.html#Comment4259</guid></item><item><title><![CDATA[Comment #2]]></title><link>http://www.actionscript.org/resources/articles/141/1/Introduction-to-Flash-and-PHP/Page1.html#Comment4663</link><description><![CDATA[Love the article.  I am a PHP programmer working on a Content Management System that I am abstracting in order to provide a content engine not just for HTML/CSS but also for Flash.  I have not yet studied AS2/3, but your tutorial was just what I needed to be sure Flash can dynamically access server-side script results and also how it is accomplished.  Thanks!<br/><br/>
(Comment posted by Jesse Hemingway at 11:18 am, Sun 15th Jul 2007)]]></description><author>no@spam.com (Jesse Hemingway)</author><pubDate><![CDATA[Sun, 15 Jul 2007 11:18:04 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/141/1/Introduction-to-Flash-and-PHP/Page1.html#Comment4663</guid></item><item><title><![CDATA[Comment #3]]></title><link>http://www.actionscript.org/resources/articles/141/1/Introduction-to-Flash-and-PHP/Page1.html#Comment6382</link><description><![CDATA[The careful, line-by-line explanation of code was perfect for me as a designer trying to get his bearings in the world of back-end. Thanks.<br/><br/>
(Comment posted by Terry Stern at 7:32 am, Sat 29th Sep 2007)]]></description><author>no@spam.com (Terry Stern)</author><pubDate><![CDATA[Sat, 29 Sep 2007 07:32:02 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/141/1/Introduction-to-Flash-and-PHP/Page1.html#Comment6382</guid></item><item><title><![CDATA[Comment #4]]></title><link>http://www.actionscript.org/resources/articles/141/1/Introduction-to-Flash-and-PHP/Page1.html#Comment9459</link><description><![CDATA[not applicable to actionscript 3. "Access to possibly undefined method LoadVars"<br/><br/>
(Comment posted by  at 4:11 pm, Tue 12th Feb 2008)]]></description><author>no@spam.com ()</author><pubDate><![CDATA[Tue, 12 Feb 2008 16:11:50 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/141/1/Introduction-to-Flash-and-PHP/Page1.html#Comment9459</guid></item><item><title><![CDATA[Comment #5]]></title><link>http://www.actionscript.org/resources/articles/141/1/Introduction-to-Flash-and-PHP/Page1.html#Comment12075</link><description><![CDATA[Hi I tried the tutorial but I get the following Error.  I tried the code in the local directory  C:\Program Files\Apache Group\Apache2\htdocs\nwjv\

I get the following in Output Text Box  ( after I Press the button after I enter the AGE ).

$calculation";

?><br/><br/>
(Comment posted by aditya at 7:07 am, Mon 6th Oct 2008)]]></description><author>no@spam.com (aditya)</author><pubDate><![CDATA[Mon, 06 Oct 2008 07:07:01 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/141/1/Introduction-to-Flash-and-PHP/Page1.html#Comment12075</guid></item><item><title><![CDATA[Comment #6]]></title><link>http://www.actionscript.org/resources/articles/141/1/Introduction-to-Flash-and-PHP/Page1.html#Comment12130</link><description><![CDATA[be sure of the files are Saved and Published.<br/><br/>
(Comment posted by eroll at 5:05 pm, Sat 18th Oct 2008)]]></description><author>no@spam.com (eroll)</author><pubDate><![CDATA[Sat, 18 Oct 2008 17:05:35 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/141/1/Introduction-to-Flash-and-PHP/Page1.html#Comment12130</guid></item><item><title><![CDATA[Comment #7]]></title><link>http://www.actionscript.org/resources/articles/141/1/Introduction-to-Flash-and-PHP/Page1.html#Comment12131</link><description><![CDATA[and you also must  be sure that you browse the html by http:// instead of file:///...<br/><br/>
(Comment posted by eroll at 5:47 pm, Sat 18th Oct 2008)]]></description><author>no@spam.com (eroll)</author><pubDate><![CDATA[Sat, 18 Oct 2008 17:47:28 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/141/1/Introduction-to-Flash-and-PHP/Page1.html#Comment12131</guid></item><item><title><![CDATA[Comment #8]]></title><link>http://www.actionscript.org/resources/articles/141/1/Introduction-to-Flash-and-PHP/Page1.html#Comment13109</link><description><![CDATA[For all those who are getting teh above error, please modify the PHP code to this:

<?php
$calculation = $_POST['years']*7;
echo "&returnVal=$calculation";
?>

I have just added 'php' in the 1st line...<br/><br/>
(Comment posted by Vinayak Kadam at 5:19 am, Fri 12th Jun 2009)]]></description><author>no@spam.com (Vinayak Kadam)</author><pubDate><![CDATA[Fri, 12 Jun 2009 05:19:10 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/141/1/Introduction-to-Flash-and-PHP/Page1.html#Comment13109</guid></item><item><title><![CDATA[Comment #9]]></title><link>http://www.actionscript.org/resources/articles/141/1/Introduction-to-Flash-and-PHP/Page1.html#Comment13163</link><description><![CDATA[Thank you very much for this tutorial! You helped me so much!<br/><br/>
(Comment posted by Ron Nguyen at 1:14 pm, Tue 23rd Jun 2009)]]></description><author>no@spam.com (Ron Nguyen)</author><pubDate><![CDATA[Tue, 23 Jun 2009 13:14:32 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/141/1/Introduction-to-Flash-and-PHP/Page1.html#Comment13163</guid></item></channel></rss>