<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: multi-page code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Thu, 21 Aug 2008 14:32:05 GMT</pubDate>
    <description>DZone Snippets: multi-page code</description>
    <item>
      <title>PHP: Pass On Values For A Multi-Page Form</title>
      <link>http://snippets.dzone.com/posts/show/4337</link>
      <description>While the best way to do this involves saving the data into a database and passing an encrypted reference to the next page, this method will suffice for non-critical uses.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;foreach ($_POST as $field=&gt;$value) {&lt;br /&gt;	echo "&lt;input type=\"hidden\" name=\"" . $field . "\" value=\"" . $value . "\" /&gt;";&lt;br /&gt;}&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Thu, 19 Jul 2007 23:03:48 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/4337</guid>
      <author>cornerblue (CornerBLUE, Inc.)</author>
    </item>
  </channel>
</rss>
