Display Additional Content on WooCommerce Shop Page

In this blog post, we will see how to display some additional information on the Shop/Archive/Category page using WooCommerce hooks and good ole PHP. I saw a question similar to this asked recently in a WooCommerce FaceBook group and thought to try my hand at a working solution. Here is what I learned and came up with…

(more…)

5 PHP web scraping libraries that you should use

Web Scraping is evolving every day. There are new methods and new libraries every day for making web scraping fun and easy. First, let’s understand why we do web scraping, and then we will focus on the top 5 PHP libraries that can help you scrape websites quickly.

(more…)

CodeIgniter 4 Database Features Overview in 2022 – Substack Repost

CodeIgniter 4 is a solid, well-designed PHP framework and one I enjoy using and exploring every chance I get. In 2022, the CodeIgniter 4 team released many database-related upgrades. Learn more about the ones I found most significant in this OpenLampTech report.

(more…)