My table gets its information from a Mysql database online. I'm not sure which would be quicker to retrieve the row that contains the information specified.
EG.
table1
Name________Age
John_________5
Joe__________20
At this moment i have a while loop that looks for john and gives me the row. But is running a script to my database quicker?
By the way my table is in alphabetical order. I'm looking for a quicker way to keep my program running better. Thanks