Select Page

PHP Programming

Currently a lot of the services I provide are built on top of the fantastic website software called WordPress which not only takes care of all kinds of things for you- it makes it easy for you to find help with it from someone besides me if that’s what you’d like to do at some point. WordPress is simple enough that typically I’ll get everything up and running for you and you can take care of it yourself from then on!

WordPress in turn is written using PHP.

PHP is what is known as a server-side programming language. What this means is that special
code can be put into each web page you visit. When you visit the page, the server that the
website lives on processes the special code and then sends you the complete web page. It
lets you do a lot of special, tricky things.