Quantcast
Channel: PHP Freaks: PHP Help
Viewing all articles
Browse latest Browse all 13200

PHP MYSQL

$
0
0

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.


Viewing all articles
Browse latest Browse all 13200

Trending Articles