Can anybody see what's wrong here?
It doesn't give an error or work.
Code PHP:$query1 = mysql_query("SELECT * FROM naturehills") or die(mysql_error()); $num_of_rows_naturehills = mysql_num_rows($query1) or die(mysql_error()); $query2 = mysql_query("SELECT * FROM naturehills_load") or die(mysql_error()); $num_of_rows_maintable = mysql_num_rows($query2) or die(mysql_error()); $num_of_rows_maintable - $num_of_rows_naturehills = $total_new_items_added;











Bookmarks