PHP Code:
<a href="paypal.checkout.php?auctionid="<? 'auctionid' ?>"\"><input name="confirmbidok" type="submit" id="confirmbidok" value="submit"></a>
Ok so this is probably pretty self-explanatory just by looking at this mess
I just need help with the part of this... so there is the submit button and it links to paypal.checkout.php?auctionid= but there is nothing on the right side of the =...meaning the 'auctionid' isn't being grabbed. Anyone have an idea on how to grab a piece information like an id # and place it in
Code:
<a href="paypal.checkout.php?auctionid="HERE"\">
Last edited by MoForce; 11-14-2007 at 12:31 AM..
|