Re: [PHP-WIN] preventing duplicate entries

2001-06-27 Thread Johan Lundqvist
Pete, Look at UPDATE or REPLACE (chap. 7.22 & 7.24 in MySql manual). Then you might rewrite your SQL query to fit your needs. /Johan Pete Kuczynski wrote: > > I want to prevent duplicate entries into my mysql database which holds > invertory of all network eqpt at my site. Engineers access it

[PHP-WIN] preventing duplicate entries

2001-06-26 Thread Pete Kuczynski
I want to prevent duplicate entries into my mysql database which holds invertory of all network eqpt at my site. Engineers access it thru netscape and the query insert is done via pdp [below]. I will place the script into php, any pointers on this would be appreciated. THX! Pete