One Liners We Love
Monday July 30, 2012
PHP is an awesome language. You can build vast and complex systems to collect, record and process information on your interactive website.... but you can also do some very useful ... Read More
Moving your website?
Monday July 30, 2012
Moving your website to a new host is usually a pretty painless process. Sometimes simple mistakes can occur that cause a lot more stress that need be. Read this article ... Read More
Date last modified
Sunday July 22, 2012
If you have time sensitive information on your website, it is nice to know how up to date it is. You can automatically include the time and date that each ... Read More
Creating a Function
Tuesday July 17, 2012
Although PHP comes with a lot of functions for you to utilize, often you will need to create your own function to really do what you want. This quick tip ... Read More
Skip code chunks using GOTO
Saturday July 14, 2012
You can use goto to skip over chunks of PHP code. Since goto is not a function you do not need parenthesis to work. It will only work if you ... Read More
Using Modulus
Saturday July 7, 2012
Modulus can best be described as the remainder. If you will remember grade school, when you first learned to divide 3/2 you didn't say that the answer was 1.5, you ... Read More
Hello World!
Thursday July 5, 2012
Since the dawn of time (okay, 1972) computer programmers have entered programming by learning to say "Hello World!" PHP is especially cool because you have not one but two ways ... Read More
