Welcome Guest, Not a member yet? Register   Sign In
appending record instead of replacing field
#2

@richb201,

Based on the CI documentation ( https://www.codeigniter.com/user_guide/d...ating-data ) replace is basically the SQL standard for (optional) DELETE + INSERT, using PRIMARY and UNIQUE keys...

What you need to do is what you stated in your first sentence. You need to do an update to the table on a specific column where email equals a specific email address.
Reply


Messages In This Thread
RE: appending record instead of replacing field - by php_rocs - 01-19-2019, 06:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB