How can I fetch from database and echo the title, desc, and image, listing all of only PUBLISHED blogs I have stored in the database onto a web page? I would like to list them all on the web page, sort of like Dreamweaver's repeat region.
I have a table field in the database called Publish. User has to select Yes or No. I only want to display published blogs set to YES on the web page.
Thanks in advance.