$result=mysql_query("SELECT count(name) FROM tableone WHERE name=whatever",$linID); $tot=mysql_fetch_association($result);
Jump To Top of Thread