-
Recent Posts
Categories
Author Archives: Andrew
5 Underused PHP Functions
PHP, over the years, has evolved into a vast language with many useful functions that are overlooked. Here’s 5 functions that you have probably never used to help make your next web application easier to create.
Posted in PHP 17 Comments
Creating a Secure Hash in PHP
When creating a web application with users it is always important to securely hash their password. We are going to go over how to create a hash that is impossible to brute force. We’ll assume that this script is open to the public and anyone can see the algorithm we use – so how do [...]
Posted in PHP 14 Comments
8 Site Features That You Should Avoid
When creating websites some features sound like a great idea but in reality they only detract visitors. Even though the <blink> tag is gone (thank goodness!) there are many other equally annoying “features” that people often use, but shouldn’t. Here’s a list of these features you should avoid.
Posted in General 2 Comments

PHP For Loop