Skip to content

Tag Archives: php

PHP Script Security Revisited

So back in the day when I first started building Caffeinated Content for WordPress, it occured to me that I should include some sort of registration scheme so I could protect my interests.
Don’t get me wrong, I’ve walked on both sides of the tracks.  I whole-heartedly believe in a try before you buy software system [...]

Slow MYSQL Inserts?

I’ve been doing some backend debugging of the members area since a few of the recent purchases have been processed incorrectly and have found that SQL inserts into my user table seem to be delayed.  My PHP continues BEFORE the insert seems to complete.  No, I’m not using “INSERT DELAYED”.
For example (note, this isn’t my [...]