Tutorials by chrisroane

You can find here all the 5 tutorials by chrisroane. The author's home page URL is http://www.montanaprogrammer.com/.
Sort byTutorials Per Page
There are different PHP loops: PHP for loops, foreach, while, and do while loops. There are advantages and disadvantages to each type of PHP loop (depending on the scenario), and it is beneficial to understand how to work with them.
April 7, 2010 Today Views: 1 Total Views: 115
In this tutorial we take it to the next level and get down and dirty with PHP functions and take a look at basic PHP security.
March 29, 2010 Today Views: 1 Total Views: 131
Getting a basic familiarity with PHP is not difficult, but if you don't understand a few key elements you will find it difficult to work with. This beginning PHP tutorial attempts to break down a few of the core PHP programming elements through simple examples and descriptions.
March 29, 2010 Today Views: 1 Total Views: 268
There are different methods and plugins you can implement to display code on your WordPress blog. After much testing and frustration, I've come across the best code formatting method that does not require a WordPress plugin (and can be implemented on any website).
March 11, 2010 Today Views: 1 Total Views: 117
If you program custom PHP applications, you will often times need to work with a form and require certain form fields. This tutorial shows you a simple and quick method for creating a form page that handles errors and pre-populates fields if there is an error, and a method for processing the form...
March 11, 2010 Today Views: 1 Total Views: 194