<?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: Converting Basic HTML Forms to Flash]]></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 05:22:08 CST</lastBuildDate><ttl>20</ttl><item><title><![CDATA[Comment #1]]></title><link>http://www.actionscript.org/resources/articles/44/1/Converting-Basic-HTML-Forms-to-Flash/Page1.html#Comment13383</link><description><![CDATA[Choosing between GET and POST is not a matter of taste or debugging preferences. GET shoud be used when the submission has no side effects, otherwise POST should be used. E.g. updating a shoping cart causes a change in the database, so POST should be used, but retrieving a list of orders does not cause any change in the DB, so GET should be used. 
http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9<br/><br/>
(Comment posted by Kasimir at 3:29 am, Thu 27th Aug 2009)]]></description><author>no@spam.com (Kasimir)</author><pubDate><![CDATA[Thu, 27 Aug 2009 03:29:18 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/44/1/Converting-Basic-HTML-Forms-to-Flash/Page1.html#Comment13383</guid></item></channel></rss>