How to remove the submenu with the same name as mainmenu in wordpress plugin
During wordpress plugin development, Sometimes we need to remove the submenu with the same name as the mainmenu from sidebar for example see the image And in-order to remove the menu which repeats and to look like this we need …
How to find the difference between two dates using php
Here’s the code snippet to find the difference between two dates
How to find the duplicate values in MySQL
In this post we are discussing about how to find the duplicate values in MySQL. There are a lot of scenarios in which we found this post helpfull.We can find the duplicate values in in MySQL table using the SELECT Query This …
Store Arrays in Database Php
When working with arrays its necessary to store an array in a MySQL field. Unfortunately, there is no way to directly pass in an array as a parameter.. in this case we have to use the function serialize and unserialize …
