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 bkrike 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: SteveAtMTV
  • Content: Threads
  • Order by date
  1. SteveAtMTV

    Array of references - what am I doing wrong?

    I am trying to create an array of references to arrays. When I run the code below, it shows the correct data being pushed onto the array, but when I print it out at the end, every value is "3". Any ideas? Thanks, Steve for ($i=0; $i < @key_columns; $i++) { if ($i == 0) {...

Part and Inventory Search

Back
Top