In this tutorial I am going to show you how to add a new tab to your Woocommerce product pages and then add a Contact Form 7 form to that tab. This method can however be used to add anything else to the tab. “Why not just use a plugin for that?” you ask.. While […]
Category: PHP
How to build XML using PHP and SimpleXML
In this tutorial I will be demonstrating how to build XML using PHP and the SimpleXML extension. On some very rare occasions you will be called upon to work with XML, you will either need to generate it or consume it. The SimpleXML php extension allows you to easily accomplish both of these actions. You […]
Add a custom meta field to a category in WordPress
So I was in the process of building a new plugin and needed a way to add a new field to all Woocommerce categories, this method will do that and it works with standard WordPress categories as well. Yes, I do know that this can be accomplished using a plugin but in some cases, especially […]
How to build an enquiry form using PHP.
Learn to build a basic html form which uses PHP to do simple email validation and sends and email.
Advice for beginner developers
Over years of development the one thing you gain is experience. An it is from this experience that I provide the below advice. Cause like many other beginer developers I got my advice from someone who knew better.