Monthly Archives
Categories
- Blog (4)
- CSS (4)
- Freelance (4)
- JavaScript (13)
- PHP (4)
Archive for the ‘PHP’ Category
Preparing SQL Queries
July 2nd, 2008 | PHP | 1 Comment »With simple SQL Injection, your up and coming social media application could have it’s whole database wiped, just for kicks. There’s a rather simple procedure to prevent the majority of malicious code injections by preparing your SQL queries before sending them into your database.
PHP Tidbits
April 18th, 2008 | PHP | No Comments »I’ve been writing an automated job for an interactive media company, Bloosky. They have a ginormous database of information they currently have to organize every day. So my job is to automate a lot of that. I’ve encoutered some new things in PHP along the way.
Random Elements in PHP
March 31st, 2008 | PHP | No Comments »
I’ve developed a couple really simple random elements for my web-site, one currently in use (my random header) and one not (random stylesheet). I show how I accomplish both.
