Hi guys
if i wanted to show all listings with more than 5 applications how would i do it
I have this if i want to show all records with 0 applications
PHP Code:$sql = ("select * from jobs WHERE applications='0'");
I guess it would be something similar?










Bookmarks