PHP and Paypal Shopping Cart
Posted: Fri Sep 10, 2004 4:23 pm
Hello,
I am trying to integrate Paypal shopping cart into my php based website...
Here is my shopping cart code..
This code works partially. When I click on Add To Cart, the item is added into the shopping cart, but it does not print the bookName quite right..
So, for example,
If the book name is: PHP and Paypal Shopping Cart
It will only print 'PHP' in the Shopping cart... how would I make it print the full title of the item.
Thanks,
I am trying to integrate Paypal shopping cart into my php based website...
Here is my shopping cart code..
Code: Select all
<input type="hidden" name="item_name" value= <?php echo $rowї'bookName']; ?>>
<input type="hidden" name="item_number" value=<?php echo $rowї'bookID']; ?>>So, for example,
If the book name is: PHP and Paypal Shopping Cart
It will only print 'PHP' in the Shopping cart... how would I make it print the full title of the item.
Thanks,