is there a way to do that? insert a new row into my database, if there isnt already one with the exact same data. for example if this already exists
id - user_id - ip
3 - 123 - 22.22.2222
and someone tries to submit
user_id: 123
ip: 23.23.23333
it will insert a new row, and not replace the original









Bookmarks