For a domain’s cert prior to expiry (within 30 days though), the existing CSR can simply be submitted to the cert provider and payment made etc for renewal if one isn’t changing any cert details e.g. company name etc. Then… Read More
Harnessing the speed of Mysqli Prepared Statements
For a few years, I’ve been using mysqli prepared statements for all php-mysql interations on all of my websites because of the inherent mysql injection protection afforded by the separation of query and data. What I have not done is… Read More