Example #1
0
?>
</td>
          </tr>
          <tr> 
            <td height="25">备注:</td>
            <td><textarea name="bz" cols="65" rows="6" id="bz"></textarea>
			  <?php 
echo stristr($shoppr['ddmust'], ',bz,') ? '*' : '';
?>
</td>
          </tr>
        </table></td>
    </tr>
	<?php 
if ($shoppr['shoppsmust']) {
    $showps = ShowPs();
    if ($showps) {
        ?>
    <tr> 
      <td height="23" bgcolor="#EFEFEF"><strong>选择配送方式</strong></td>
    </tr>
    <tr> 
      <td> 
        <?php 
        echo $showps;
        ?>
      </td>
    </tr>
	<?php 
    }
}
            </td>
          </tr>
        </table></td>
    </tr>
    <tr> 
      <td height="23" bgcolor="#EFEFEF"><strong>选择配送方式 
        <input name="psid" type="hidden" id="psid" value="<?php 
echo $r[psid];
?>
" size="8">
        </strong></td>
    </tr>
    <tr> 
      <td height="27"> 
        <?php 
$price = ShowPs($r[psid]);
?>
      </td>
    </tr>
    <tr> 
      <td height="23" bgcolor="#EFEFEF"><strong>选择支付方式 
        <input name="payfsid" type="hidden" id="payfsid" value="<?php 
echo $r[payfsid];
?>
" size="8">
        </strong></td>
    </tr>
    <tr> 
      <td height="27"> 
        <?php 
$total = ShowPayfs($r[payfsid], $r, $price);