Hello,
I am a mysql table called:
adsmgt which consists of: idads and time
I would like to count the number of row in adsmgt how to do so?
I try this:
mysql_select("select TABLE admgt count(idads)");
This error appears: (it doesn't matter if the idads are twins they still have to be counted as two distinct row)
Fatal error: Call to undefined function mysql_select() in C:\xampp\htdocs\Innovation\script_shop\adsmgt.php on line 34