Related Articles

MySQL Introduction (NEW)
MySQL – PHP Prepared Statements
Prepared statements help prevent SQL Injection attacks. Essentially they send a template for your SQL Statement, and then inserts the variables separately. This prevents hackers from escaping out of the original SQL statement and being […]

PHP Programming (NEW)
PHP – Sort Array by Key – ksort() and krsort()
You can sort arrays by key with ksort() and krsort().

PHP Programming (OLD)
Be the first to comment