Archive for August, 2008
This revolves around the PHP mysqli module (for PHP 5). Yeah, I know, it’s in the manual, but the examples aren’t straightforward enough, so here’s a couple of my own.
The idea here is SECURE database interaction. Follow these steps:
1. Create a database user with ONLY the permissions that you need [...]