Skip to content

Category Archives: PHP

PHP is a widely-used general-purpose scripting language that is especially suited for web development and can be embedded into HTML. It generally runs on a web server, which is configured to take PHP code as input and create web page content as output. It can be deployed on most web servers and on almost every operating system and platform free of charge. PHP is installed on more than 20 million websites and 1 million web servers. – Wikipedia

Selective wordpress PHP functions

I want to hide functions and content on certain parts of certain pages without having to write every single page. I want my PHP to do the leg work for me. A simplistic set of options for my code to choose what to show is what I need.

A Basic e-mail form

A basic PHP email form if quick and simple to create. It also makes it quicker for your visitors to email you directly from your page. You will need a PHP enabled webserver. If you are using wordpress then you have that sorted already.