Was looking into encryption and came across this article / code. https://xn--1ca.se/2-way-encryption-in-php/ Does this seem a good way for...
Great, thanks
Thanks for the infos and thoughts, Just for info. Personal data that will need encrypting are details like insurance policy numbers, driving...
I am just working on a project that will store personal information. Passwords are already hashed, but I would like to encrypt the personal...
Yeah that what I think happened. Echoing out $field while I was looping over them wouldn't have helped as it would have bound it to the last value...
I did a var_dump and it was an integer. I changed bindParam to bindValue and it seemed to have fixed the issue. What id the actual difference...
hmm interesting that if I don't use bindParam for the ua_id and put it like this $sql .= ' WHERE ua_id='.$this->details['ua_id'].' LIMIT 1';...
Got an odd one. Just started working on a new project. Currently working on a user class. The user class will have a save function where it...
I would always try to use a third party web service to send the emails like sendgrid.
Anveto pointed out that it was a Bitninja issue.
Just double checked file permissions. Folders are 755 and image files 644. I think that is correct isn't it?
A client of mine has a custom coded ecommerce site. Everything is running smooth, well for most customers at least. Some customers can't see any...
Separate names with a comma.