Re: [PHP] Double entry into MySQL..

2003-01-07 Thread Michael Sweeney
There's nothing in your posted code that could cause two inserts into mysql. The only thing I can think of is that somehow, your script is getting executed twice. Is there any way that could be happening? ..michael.. On Mon, 2003-01-06 at 16:03, Altug Sahin wrote: Hi here, I am sending a

[PHP] Double entry into MySQL..

2003-01-06 Thread Altug Sahin
Hi here, I am sending a file to user's browser and logging the downloaded file into MySQL but everytime this script works, I see double entry in the MySQL table... Why is this happening? Any ideas? Thanks ? $today = date(Y-m-d); $conn = db_connect(); if(!$conn) echo Can't connect to