Get a value from a form item in PHP

Coeseneoupe

New Member
Basically Iv got PayPal items set up and I have for instance a text input feild called ItemQuantity1When I press the corosponding add to cart button, I want it to use the value of ItemQuantity1 to fill the variable for quantity which PayPal uses.so if I have:|15___| |Add to cart|when I push add to cart I want it to say that I added 15 of this item. I tried doing... name=quantity value=http://stackoverflow.com/questions/1981882/$temQuantity1but this didnt workThanks
 
Top