A
Anonymous
Guest
Here is the code I am trying to use to print the number of rows that are in a table, but as you are probably laughing right now, you can see that it isn't working... any help will be most appreciated.
<?php
include_once "ez_sql.php";
$query = dbase_numrecords
$result = mysql_query ($query);
print ("$result");
?>
<?php
include_once "ez_sql.php";
$query = dbase_numrecords
$result = mysql_query ($query);
print ("$result");
?>