PDA

View Full Version : Please help.. PHP & MySql for PayPal


lordcupid
05-05-2006, 06:30 PM
I need a script that will allow my customers to enter an item number (only) from a catalogue and then click on "Add to Cart".

I would like the script to read from a database (i.e. MySql, Excel or Text file).


Item Number: [____________] (Add to cart)
^ customer enters item number in a form field then click "add to cart button"

I have setup a MySql database with the following fields: "item_number", "item_name" & "item_amount" (not even 100% sure if i did it correct). I imported my items list into the database and it looks proper.

I am very new to MySql (took me 2 1/2 days to get my database to what it is now) and I'm worse with PHP scripts. Please help me.

If anyone can help, please email me at : thelordcupid@yahoo.com


Thanks in advance.

guelphdad
05-06-2006, 03:26 PM
Don't reinvent the wheel. Do a search on shopping cart in google or some other search engine.