How to make a string safe for display in php
Submitted by drunkenfury » The internet is not safe. It never will be. We will always have trolls and spammers, but even worse: Hackers. Luckily, you can fight these as a webmaster. The most common reason how your website gets hacked, is via user input that gets displayed. I’ll show you how to avoid this with a fairly simple script.
The very, very PHP Basics
Submitted by drunkenfury » I’m going to show you the very basics of PHP, you can’t write any script without these. I won’t blabber to much and I’ll show you them.
How Good PHP Code Should Look Like
Submitted by drunkenfury » Programmers in PHP follow some simple rules, not all of them, but they really should. I’ll first teach you these three rather simple but very important rules, and then tell you why you should follow them. Truly professional coders (who write professional code…) also write like this, and this only shows how important it is.
Everything About Arrays
Submitted by drunkenfury » A very nice tutorial made by the blogger Thomas Marcelis. This tutorial explains a lot about arrays and their syntax.
Adding Info To MySQL Database Via Queries
Submitted by drunkenfury » A simple tutorial on submitting data and information to mysql databases via PHP.


