//execute query $stmt->execute();. //rows affected printf(“rows inserted: %dn”,$stmt->affected_rows);. //close statement $stmt->close();. }
確定! 回上一頁