954,597 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Paypal button in MySQL datavse

I am currently trying to set up my Database for a small store. I would use something like Zen-Cart but I dont think that is necessary at this level.

What I am stumped on is what cell setting within my products table would I put the actual paypal code in for the add to cart button. I know when you create the button through paypal it gives you a chunk of code to process the cart. Currently I have:

`paypal` VARCHAR( 500 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ,


for that specific cell.

Would this work??

I would test this but I dont have access to the paypal account or have the php written for the page, but im working on it!!

Thanks,
Brian

bjeffries
Junior Poster
143 posts since Apr 2010
Reputation Points: 10
Solved Threads: 0
 

My database is automatically changing it from "varchar" to "TEXT" Im assuming thats because I have the value set to 500.

bjeffries
Junior Poster
143 posts since Apr 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: