Thread: double insert
View Single Post

   
  #10 (permalink)  
Old 02-28-2008, 11:28 AM
Almaleh
 
Posts: n/a
Default Re: double insert

>
> So? Why can't it be called twice?
>
> The fact something is being inserted twice means you are performing two
> inserts statements.

I inserted echo $query; in the php script just above
mysql_query($query,$link); and it performs only one time because there
is only one mysql_query instruction.

All my php scripts are written like this for several years, and now a
unsolved problem.

Francois


Reply With Quote