$Query='select * from '.$Category.' where isAvailable<>""';
Normally this would be done by adding this
SELECT * FROM table_name ORDER BY Date DESC
I tried this but it didn't work.
$Query='select * from '.$Category.' ORDER BY Date DESC where isAvailable<>""';
I know it's something simple as I'm not the best coder around. Any help will do.