View Single Post
07-05-2008, 03:48 PM
#2
Tom W is offline Tom W
Tom W's Avatar
Status: I'm new around here
Join date: Feb 2008
Location:
Expertise:
Software:
 
Posts: 24
iTrader: 0 / 0%
 

Tom W is on a distinguished road

  Old  Array Problem

You could try making your arrays associative arrays clientname = {}, imgname = {}, desc = {} instead. This way you can have values assigned to them with at datasetnos, img, etc., (clientname["datasetnos"]= ...) you can't do that with normal arrays (array = []). Normal arrays can only have values such as array = ["a", "b", "c"]