How would I could the following in PHP:?

  • Thread starter Thread starter lukesheffield
  • Start date Start date
L

lukesheffield

Guest
I need to have a text box at the top of the page to input an ID, then on the same page the product with that ID to show in a grid underneath the text box.

Then I think i can use a PHP session (?) to save that product and add another to the grid.

its basically a shopping cart for an EPOS system.
 
Back
Top