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 […]
Tag: PHP
Fetch Woocommerce order information when an order is placed using PHP
I recently needed to generate an XML file (Yes, an XML file, don’t ask why) for every order placed on a WordPress and Woocommerce based website. Wow.. headaches for ages thanks to using the incorrect Woocommerce hook but I’ll get into that in the tutorial. Let’s start with some basics… Understanding Hooks There are two […]
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.