Re: [PHP-DB] Double Trouble!

2003-05-28 Thread Ronan Chilvers
On 25 May,2003 at 17:34 S. Cole wrote: > I can't seem to find out why I am getting two copies of the same entry in my > database. I reckon you're calling the script twice. Can we see the scripts that you call this one from ? > > ==

RE: [PHP-DB] Double Trouble!

2003-05-27 Thread Matthew Moldvan
Cc: S. Cole; [EMAIL PROTECTED] Subject: Re: [PHP-DB] Double Trouble! It's calling the mysql_query function that runs a query, not doing something with the result it generates. If doing something with a functions result called the function again, then function foo(){ echo "Foo call