Hi, I know the following code works in retrieving an array of the tables in a given database..
$posts_result=mysql_query("show tables from $board");
That is the code I use...
what I need to do is order that list of tables by teh date they were created.. please help. I am not sure how to do this..
thanks... -Mo