Posted by twomt on 09/14/06 19:07
Hi,
am doing something wrong, for sure... I just fail to see it atm where
the failure is. Call me stupid :p
Someone have a look please
<?php
require 'inc/mysql.inc';
require 'inc/functions.inc';
$result = mysql_query ("SELECT count(*) FROM User", $connection);
echo ($result);
?>
The answer I get is Resource id#4 instead of 6 which is the number of
rows in the User table.
Thanks,
twomt.
[Back to original message]
|