Solve : sorting a MySql database created in PHPmyAdmin?
Answer»
Hi,
I have CREATED a very simple DATABASE in PHPMYADMIN and a simple PHP program. How do I multiple sort the database and output the results into my website?Use php to extract the fields you want, and then sort it from there. MySQL is mostly just meant to store data, not do ANYTHING with it.