Tag / PHP

WordPress year wise month archive

This guide covers WordPress year wise month archive with practical steps you can copy into a real project. WordPress year wise month archive Hello Namaste 🙏, In one of our recent projects, we have a requirement to display months organized…

Read More

Useful WordPress functions reference

This guide covers useful WordPress functions with practical steps you can copy into a real project. Useful WordPress functions Hello Namaste 🙏, In this blog post, we will learn some of the most useful WordPress functions. These functions are important…

Read More

PHP MySQL CRUD OOP tutorial

This guide covers PHP MySQL CRUD OOP with practical steps you can copy into a real project. PHP MySQL CRUD OOP CRUD stands for Create, Read, Update, and Delete. CRUD operations are basic data manipulation for a database. Create means…

Read More

CodeIgniter CRUD tutorial part 1

This guide covers CodeIgniter CRUD tutorial with practical steps you can copy into a real project. CodeIgniter CRUD tutorial In this article, I will explain how to perform CRUD operations using CodeIgniter with a MySQL database. Note: The full CRUD…

Read More

WordPress delete_user custom table tutorial

In a recent project, we needed to delete some data from a custom table when a user was deleted. After about 10 minutes of searching on Google, we found the solution below. Note: When a user is deleted, the “delete_user”…

Read More