Thanks for the answers, however now I don't see any updating to the table when I run the code. I also don't see any error.
$query = sprintf("INSERT INTO arama (id, klasor, boyut) VALUES('$id', '$db[0]', '$db[1]'",
mysql_real_escape_string($db[0]),
mysql_real_escape_string($db[1]));
mysql_query($query);
print ".";
Is what I have.
I know that the above statement is run because I see periods when the script is finished.