3dak Posted May 9, 2006 Share Posted May 9, 2006 Ok here is the thing. My client wants a store but he doesn't want it to be an e-commerce type. So....I have decided to have it work like this.Let's say we have a tug boat, a fire engine, and a dozer. You want the dozer and the fire engine, so you put a check next to the dozer and the fire engine and click..purchase. It then takes you to a page that shows a form filled out already for you (at least which items you want to buy). Anyways, I don't want it to show the price or color or this or that because I want to stay away from a database as much as I can help it. I know that in PHP I can call up any information with the $ symbol and I was hoping that I could here too. Let me know what you think. Quote Link to comment Share on other sites More sharing options...
High_-_Tek Posted May 9, 2006 Share Posted May 9, 2006 Your pretty much going to have to use a DB here....And yes, its called a variable $var_name Quote Link to comment Share on other sites More sharing options...
trq Posted May 9, 2006 Share Posted May 9, 2006 You can just store the data in the $_SESSION array until you need it. Thats how most [i]carts[/i] do it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.