Hi everyone i am trying to do this , but i have no idea , any clues or source that i can look for?
I have 2 fields , serialno and cardname
So when i type 3 serialno in a textbox. eg. 1500,1600,1700
it will then retrieve data from php to display the cardname of the serialno .
eg. from 1500,1600,1700 into John,Paul,Timmy
anyway i am doing it in flash , but i want to write the codes in .php
,but i am not very sure
all i know is i going to do a :
Split<|> to have ","
an array and a for loop
anyone can help me?