In a recent tutorial I was showing you how to build a connection to MySQL database via PHP. In this one I will show you how to create a query to interogate a table of the database. Look below :
<?php $query = mysql_query("select * from table_Name"); ?>
* – sign means all, so by using this query, you will select all fields from a table_Name
There’s no script in this post, you might want to correct that…
using php exec plugin so that might be the reason