Let's say I'm a customer. If I goto the store, and I buy a Diet Pepsi. When I click the 'Buy' link, I want it to be able to goto a page like "store_buy.php?type=drink&id=106".
And then that page will look up information from a table called "cgsims_store". There will be these fields in there:
1. id
2. type
3. price
4. image.
The store's product list page will read information out of that same DB and 'echo' the product name, price, picture, and link into an HTML Table.
Also, when the person orders it, the system will update some SQL tables
By the way, this isn't for real-life ordering. This is all for an RPG system I'm building on PHP-Fusion v6.0.00.10
Do you understand what I am trying to do?
Thanks in advanced,
- DDRCasey 😃