Tag Archives: PHP

PHP – First steps with the PHP language – part 001 .

I started learning the PHP programming language in 2003. The official webpage can be found on this website and comes with this intro. PHP is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible, and pragmatic, PHP powers everything from your blog to the most popular websites in the world.… Read More »

PHP – Start create a plugin for WordPress.

A plugin can add new features to any part of your website, including the WP-Admin-Panel. You can change the default behavior of WordPress, or remove the functionality/functions completely. Plugins allow you to customize the WordPress site without touch your actual WordPress code. WordPress plugins are standalone, they do not physically alter any of the WordPress… Read More »