Codice PHP:
...
$record mysql_fetch_array($rs);
echo 
$record['id_fattura'];
...