[PHP-DB] db php question

2004-01-15 Thread redhat
I have a very crude script set up that I am using to keep track of IP addresses, MAC addresses, etc and it dumps into mysql. I am using a column called id which is my primary key and auto-increments. My question is that I want to make sure that I don't get duplicate IP addresses added into the

Re: [PHP-DB] db php question

2004-01-15 Thread Richard Davey
Hello, Thursday, January 15, 2004, 7:09:25 PM, you wrote: r I have a very crude script set up that I am using to keep track of IP r addresses, MAC addresses, etc and it dumps into mysql. I am using a r column called id which is my primary key and auto-increments. My r question is that I want