Running PHP SQL inside a WP page
-
Is This Possible? If So How?
Run a PHP SQL query to display a list of names that resides in a MySQL database table.
Can I run this from inside a Page created inside WP?
$sql = “SELECT * FROMTABLE 1LIMIT 0, 30 “;
$sql = “SELECT track_name, media_name, genre “.
“FROM TABLE 1 “.
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Running PHP SQL inside a WP page’ is closed to new replies.