Quote:
Originally posted by JSA Matt
if that's not the answer, we don't understand the question
|
Ho you REALLY WELL understood it, it is just that I tried this nad it didn,t work.. Sorry guy I am not very used with MySql queries yet
include_once("sql_include.php"); /= this is where i connect to DB
$sql = "SELECT count(*) FROM tblEntries";
$result = SQL_Query($sql);
echo $result ;
I know I am not that far but not there yet
