Codice PHP:
<?php
include("top_foot.inc.php");
include(
"config.inc.php");
top();
$sql "SELECT COUNT(*) AS clientipres FROM tabella";
$result mysql_query($sql);
$array mysql_fetch_array($result);
print 
$array['clientipres'];
?>
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in c:\apache\site\conta_record.php on line 7


Dove sbaglio?



grassie


dies