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

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.