Related Articles
PHP Programming (NEW)
PHP – Set and Read Cookies – setcookie()
Cookies allow you to set variables that are persistent between multiple visits to a website.
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 […]
Be the first to comment