Hi! Need help!
Brief scenario:
i'm coding an eshop application using php. The page which contains all my products (about 700 items) is generated by a script.
I'd like to implement the "quick order" feature: clicking on the product, automatically the main script passes the data s (i.e. product_id) about this particular item to an other script which execute a query to a database .... etc etc
The problem is: if i do this using normal submit button, the variables i need to pass are passed correctly to the other script which update the database, but i must reload my items page if i want to purchase others.
I need to pass these values "in background", without change the main page of my products.
Maybe it's very silly to implement .. i hope
Help Help Help - Thanks a lot! -
Paolo