Thank you in advance for your response. I have an order form that I would
like to drop directly into my shopping cart. The following form and php
works great for the first input - part_number - is there a wildcard that I
can place at the end of the array so that the cart will pickup all part
numbers entered into the form?

<FORM ACTION="<?php print MTA_URL('/cart/dropin.php',array('part_number'=>
$part_number)); ?>" method="post">
  <INPUT TYPE="HIDDEN" NAME="Orderform" VALUE="No">
  <table width="22%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td><b>Model or Part Number: </b></td>
    </tr>
    <tr>
      <td>
        <input type="Text" name="part_number">
      </td>
    </tr>
    <tr>
      <td>
        <input type="Text" name="part_number2">
      </td>
    </tr>
   etc...

Duffy Betterton
Director of Publications
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
www.mtadistributors.com <http://www.mtadistributors.com>
1-615-277-3265





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to