Hello:
Any PHP MYSQL experts out there willing to help? I would greatly appreciate it. I built a web directory using WordPress Platform and I am trying to PULL data from my database and display it on the home page.
I have the following code:
$sql = "SELECT * FROM `agents` LIMIT 0, 30 ";
I know this isn't much to work with but I am happy to answer any question related to my tables.
Regards,
John.