I have the following 2 queries:
Select Distinct Name From Table
Select Subject from Table Order by Date Desc, Time Desc Limit 1
I can get the while statement to display both of the queries data to html, just not at the same time. I would like to run both of these queries so I can display both of their data in the same table row. Thanks for your help.
Select Distinct Name From Table
Select Subject from Table Order by Date Desc, Time Desc Limit 1
I can get the while statement to display both of the queries data to html, just not at the same time. I would like to run both of these queries so I can display both of their data in the same table row. Thanks for your help.