$query = "SELECT DISTINCT wrdFROM f8 ORDER BY wrd ASC LIMIT 0 , 3";
I need to take the result of the query and have it stored in what I guess would be a array... for other PHP script later with the same page.
echo "wrd[0]";
echo "wrd[1]";
echo "wrd[2]";
I have bookmark and notes to go through, hopefully I will find a solution.