Changing openssl key/IV when encrypting diffrent rows of data in database?

I’m looking for a way to encrypt data in MySQL database securely. The data come from a web interface from a POST form and each POST request from the user insert a new line in the database.
Right now, I am trying to achieve this from my PHP… Continue reading Changing openssl key/IV when encrypting diffrent rows of data in database?