"Hmmm, have you ever actually tried it? And got the result you wanted?"

my screwup...forgot some code here... heres the whole thing that actually
works...(thats what you get for being in tons of different windows at the
same time)...
<?
include("conf.db");
mysql_connect($host, $mysqluser, $mysqlpwd);
$rows=mysql_query("select count(*) as count from users");
$count=mysql_fetch_array($rows);

echo $count['count'];
?>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to