Category: "Programming" (33)

Convert Indian currency from numeric to words in PHP

Sep 30, 2022

To convert a numeric value to Indian currency format (words), you can use a custom function. Here’s an example of how you can achieve this: This function **convertToIndianCurrencyWords()** converts a numeric...

Covert all date data format from VARCHAR to DATE in any MySQL table

Jun 12, 2022

I am working on a project which was majorly developed by any otehr developer. My work is to update every module and add some functionality. This is a financial application...

Display Child Pages of a Parent Page in WordPress

May 18, 2022

When you build a website in WordPress, pages are often arranged in a parent and child structure. For example, you may have a main “Services” page. Under that, you create child...