poi dare un nome univoco alle variabili non prende cosi tanta memoriaCodice PHP:
<php
include('inc/config.php');
$ut_reg = "SELECT * FROM `items` WHERE 1";
$ut_reg = mysql_query($ut_reg) or die(mysql_error());
$ut_reg = mysql_num_rows($ut_reg);
echo $ut_reg;?>
![]()