View Single Post
  #4  
Old 02-04-2004, 05:51 PM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

instead of using
Code:
INSERT INTO
use
Code:
REPLACE INTO
That will overwrite any existing entry (if any)
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote