Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Eleanor4
  • Content: Threads
  • Order by date
  1. Eleanor4

    php cart code for adding items loop / array

    Hi, I'm fairly new to PHP and really need some help with the following code. I need some kind of loop or array that will help me add multiple shopping cart items to a form. This is the code I am currently using... <? foreach ($invoice->cart->items as $id => $item) { ?> <input...

Part and Inventory Search

Back
Top