drunkenfury submitted tutorials


profile / submitted / saved / comments / tutorial comments
RSS feed
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.
Rating: 3.0/5 | 300 clicks | 0 comments | 0 saves | share | report
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.
Rating: 1.0/5 | 10 clicks | 0 comments | 0 saves | share | report
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.
Rating: 2.0/5 | 10 clicks | 0 comments | 0 saves | share | report
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.
Rating: 3.2/5 | 480 clicks | 0 comments | 0 saves | share | report
Adding Info To MySQL Database Via Queries
Submitted by drunkenfury » A simple tutorial on submitting data and information to mysql databases via PHP.
Rating: 3.2/5 | 386 clicks | 0 comments | 1 save | share | report