Hi,

Say I have an sql table, with the fields: user, pass, age - How would I get all the ages into an array?

Say it was like:

Matt Password 65
Dave Password 54
John Passwrod 12

Who would I get it so I could type:

echo MyArray[1]; To echo 54?

Anyone