Well the way I have it over 2 PHP calls works, as 'nickname' is a UNIQUE key 
entry in the db.  So multiple entries are not an issue.  So if it can't insert, 
as it will try and fail it will update.  
   
  But if the insert works I am guessing it's going to do an update straight 
after it for the same result, So it double entries I persume.  But what worry 
would this be?  None I am guessing, it's just doing a double entry as long as 
the data is not lost.  And only occours on entering tips for the first time.
   
  J
  

Chris <[EMAIL PROTECTED]> wrote:
  JeRRy wrote:
> Hi,
> 
> Yes the user is logged in. The system knows who is tipping by their 
> nickname and unique id system. 
> 
> So if I put the update query in the else statement would this be the 
> easy fix?

Don't know - I was offering a suggestion only.

Without the full code we can't really help much (I doubt anyone will 
want the full code to help you clean it up, sorry).

-- 
Postgresql & php tutorials
http://www.designmagick.com/

Reply via email to