TehCow
October 8th, 2010, 17:43
I have errors. WHAT DO I DO?
$req1 = mysql_fetch_array(mysql_query('select count(id) as nb from topsite where status="ok"'));
$req1 = mysql_fetch_array(mysql_query('select max(id) as id from topsite'));
Ithink the problem will be in Select shit, what do I fill in???
$req1 = mysql_fetch_array(mysql_query('select count(id) as nb from topsite where status="ok"'));
$req1 = mysql_fetch_array(mysql_query('select max(id) as id from topsite'));
Ithink the problem will be in Select shit, what do I fill in???