Category Archives: PHP

hypertext preprocessor

PHP Learning resources

There are a few resources for PHP that I feel have been vital in my learning the language. From books to websites, I will try and give a short grouping that will hopefully help you understand PHP better.
Books
Some of the best help books I’ve found are written by, Larry Ullman. Here is one of his [...]

Using PHP to Easily Create Radio Lists and Drop Downs

One thing that I find myself doing continuously is creating forms. From forms that submit info into a database, to forms that send emails. I constantly am doing repetitive processes.
Most of the time I am using server side PHP code to create or validate part of the form. So I created a few server side [...]