<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018566" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018566</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/tracking-items-ordered-one-day-ill-know-it-all#comment-1109223</link>
    <description> &lt;p&gt;My personal choice would be to use a DB.  But using the GET method (as it looks like your using) should do just fine.&lt;/p&gt;
&lt;p&gt;It looks like your loosing data from previous pages by not including them in the forms.  You need to add hidden fields in your forms to keep the data.  Such like...&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;( page 2 )&lt;br /&gt;&amp;lt;form action=&amp;quot;blah.php&amp;quot; method=&amp;quot;GET/POST&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;services[]&amp;quot; value=&amp;quot;Design&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;services[]&amp;quot; value=&amp;quot;Logo&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type=&amp;quot;radio&amp;quot; name=&amp;quot;logo&amp;quot; value=&amp;quot;yes_logo&amp;quot; checked&amp;gt;Continue with professional design&amp;lt;br&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type=&amp;quot;radio&amp;quot; name=&amp;quot;logo&amp;quot; value=&amp;quot;no_logo&amp;quot; &amp;gt;Cancel logo request&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;input TYPE=submit NAME=submit VALUE=&amp;quot;Go to Step 3 &amp;gt;&amp;gt;&amp;quot; &amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 May 2002 06:52:26 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1109223 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/tracking-items-ordered-one-day-ill-know-it-all#comment-1109214</link>
    <description> &lt;p&gt;I&#039;m assuming that you want to make this so that, if you select one or more items in step 1, the appropriate data entry boxes will appear on the one page (it&#039;s not much different if you want each on a seperate page). &lt;/p&gt;
&lt;p&gt;This is actually not a trivial problem. I remember starting out with PHP trying to do things like this (oh so long ago &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; ), and failing miserably. So I&#039;ll give you a few pointers to start you off.&lt;/p&gt;
&lt;p&gt;There are actually several ways to solve this problem. Probably the simplest method is to use HTML Forms with PHP. With this method, you&#039;ll want to use lots and lots of  tags, and make sure you specify your FORM tag like &lt;strong&gt;&lt;/strong&gt;, so that you don&#039;t have to send a really long URL to the browser, but you may want to leave a parameter such as &lt;strong&gt;?step=2&lt;/strong&gt;, so that people know where they&#039;re up to. There is some useful documentation in the PHP manual (&lt;a href=&quot;http://www.php.net&quot; class=&quot;bb-url&quot;&gt;http://www.php.net&lt;/a&gt;) about using Forms &amp;amp; PHP, and particularly some info on Forms and arrays. &lt;/p&gt;
&lt;p&gt;Another way would be to use a database. This is a significant step up from the Forms method above, but for complex tasks it can make everything much easier. The MySQL (&lt;a href=&quot;http://www.mysql.com&quot; class=&quot;bb-url&quot;&gt;http://www.mysql.com&lt;/a&gt;) and PHP docs don&#039;t really cover this much, and I taught myself this by tearing appart php-nuke and other database-driven systems &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;. But there are increasingly more resources available. &lt;/p&gt;
&lt;p&gt;You could also use PHP&#039;s Sessions (like the &lt;strong&gt;s=.....&lt;/strong&gt; numbers in this forum&#039;s URL). I don&#039;t have much experience with these, so you&#039;ll need to find somebody else to help out. Similarly, you can use Cookies to do this, but many people don&#039;t trust cookies, so your mileage here may vary considerably.&lt;/p&gt;
&lt;p&gt;Have fun!&lt;br /&gt;
arin&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 May 2002 04:01:54 +0000</pubDate>
 <dc:creator>arin</dc:creator>
 <guid isPermaLink="false">comment 1109214 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
