I'm new to php so "please" excuse any poor questions.
I'm selecting data using select from dbase where x=y
No problem getting the data except that there are 2 fields 1)reference number 2)item
the reference number is a identifier and the item is unique. (13 - 33 items total per reference number)
passing the results to a basic text field is where I'm having the problem. I can create as many as needed, but I can't figure out how to create a unique "name" per item for saving in a different database.
I've tried using array's but failed everytime. any suggestions ?
Thanks in advance.