Posted by cvanschalkwijk on 02/23/06 21:37
Hi Auron, $result_count=mysql_query("SELECT COUNT(*) FROM my_data_table"); $count=mysql_result($result_count, 0) echo $count; After you run your COUNT query you want to fetch the first row of your result. - Clay
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming