<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sun, 19 May 2013 21:15:15 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[KillerPHP Blog: PHP Video: Processing Forms with PHP - part 2]]></title>
      <guid>http://www.phpdeveloper.org/news/6160</guid>
      <link>http://www.phpdeveloper.org/news/6160</link>
      <description><![CDATA[<p>
The KillerPHP Blog is back today with another video, this time it's <a href="http://www.killerphp.com/articles/php-video-processing-forms-with-php-part-2/">part two</a> of a very useful topic, expecially for those just learning PHP - processing forms with PHP from <i>Stefan Mischook</i>.
</p>
<blockquote>
<p>
Having covered the basics of forms in the first video, I now jump into the actual PHP code and introduce (for the first time) a built-in PHP construct called 'Super Globals'.
</p>
<p>
We learn that Super Globals are <a href="http://www.killerphp.com/videos/06_arrrays_part_2/06_arrrays_part_2.html">associative arrays</a> (that they hold lots of useful information,) that are automatically created by the PHP engine. 
</p>
</blockquote>
<p>
You can <a href="http://www.killerphp.com/videos/08_html_forms/08_html_forms.html">check out the video here</a>.
</p>]]></description>
      <pubDate>Tue, 29 Aug 2006 07:23:02 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[WebReference.com: How to Interact with Web Forms (Part 1)]]></title>
      <guid>http://www.phpdeveloper.org/news/4683</guid>
      <link>http://www.phpdeveloper.org/news/4683</link>
      <description><![CDATA[On WebReference.com today, there's <a href="http://www.webreference.com/programming/php_forms/">this new tutorial</a> with an introduction to getting PHP to interact with web forms.
<p>
<quote>
<i>
HTML forms are one of the key ingredients of any dynamic website because they can enable the users of a site to interact with it. Otherwise, websites are more or less static:They may be driven by a database and, therefore, regularly changing, but they look the same for each and every visitor. HTML forms can change that; therefore, using data from forms from within PHP is very important.
</i>
</quote>
<p>
They <a href="http://www.webreference.com/programming/php_forms/">give examples</a> of how to send data back to a script from a form, reading that data (using superglobals), and what data will be returned from each form element type. From there, they get into specifics like dealing with magic quotes and saving the form data into a cookie...]]></description>
      <pubDate>Wed, 18 Jan 2006 07:13:05 -0600</pubDate>
    </item>
  </channel>
</rss>
