Jump to content

If It Exists


e1seix

Recommended Posts

Quick one guys.

 

I'm running an INSERT INTO script and what I'm trying to do is get it to check if what it's trying to insert is already present in my database and therefore skip it.

 

mysql_query("INSERT INTO names ( firstname ) VALUES ( 'Bob')") or die(mysql_error());

 

Running a for loop and basically, if Bob is already present in database under the firstname column, sjip it - how do i put that into the WHERE clause.

 

Many thanks and happy hols

Link to comment
https://forums.phpfreaks.com/topic/186185-if-it-exists/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.