Quote:
Originally posted by cjnet
not really i don't think..
in php the easiest way would be:
$query = "SELECT * FROM TABLE"
$result = mysql_query($query) or die("Failed to Get Crap");
$count = mysql_num_rows($result);
i'm pretty sure.. if that helps =O
|
Thank you but i tried it and it doesn,t work... Maybe if I can just show the highest ID from the db it would be ok too
