In 2003, when it started, WordPress was only a blogging platform. There is a misconception that it works best only for a blogging website. It is far from the truth. Today, it is being used as the largest CMS in the market. As per 2021 data, there are over 455 million WordPress websites, or one in every three websites is a WordPress website.
(more…)Latest Blog Posts
OpenLampTech issue #33 – Substack Repost
The publication is growing and we are sharing the good stuff in this OpenLampTech newsletter issue. Developer interviews, a curated WordPress resource, and the LAMP stack coverage you expect are all coming at ya in issue #33…
(more…)MySQL SELECT and WHERE Clause Column Existence
I’m sharing another tip for anyone who wants to learn more about MySQL and how to use it. This post covers an example of the differences in columns specified in the WHERE clause but not the SELECT clause and vice-versa.
(more…)OpenLampTech issue #32 – Substack Repost
There is a whole lot of great PHP, MySQL, and LAMP-stack content in this week’s OpenLampTech newsletter. But, would you expect any less? Me neither. Enjoy this edition and share with others. Thank you for being a dedicated reader!
(more…)Find All Table’s Current AUTO_INCREMENT Value
I recently wanted to check all tables’ current AUTO_INCREMENT value (if any) for a database dump structure. I wasn’t sure if a tables’ Data Definition Language (DDL) statement contained the current AUTO_INCREMENT value or not. So after I loaded the dump file, I learned of a query to use and find out…
(more…)