On Tuesday 30 March 2004 12:33, Andy B wrote:
> "select count(*) from tablename"
>
> actually i would do:
> $rows=mysql_query("select count(*) from tablename");
>
> echo $rows;Hmmm, have you ever actually tried it? And got the result you wanted? -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* The Microsoft Motto: "We're the leaders, wait for us!" */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

