Trying to display results from an sql query in PHP:
SELECT *
FROM wp_celebcount
ORDER BY count DESC
I'm trying to display two columns: wp_celebcount.name
& wp_celebcount.count
Having trouble getting the result to show with PHP - I want to show this result on my index.php Wordpress theme file. Thanks for the help...