There are numerous ways to get page URLs in PHP. In this article, we will see how to get current page URL in PHP.
Tag: PHP

In this article we will see how to add a custom currency symbol in WooCommerce for products, carts, and checkout using the filter hook method.

How to disable updates for a specific plugin in WordPress when an update is crashing your site. The WordPress-PHP hook method.

Integrate posts dynamically from a WordPress website to another (WordPress or Non-WordPress) website when Gutenberg is enabled.

Integrate posts dynamically from a WordPress website to another (WordPress or Non-WordPress) website.

Display customer’s contact information in the orders table of WooCommerce, to create ease in viewing customer’s contact information

We came across such requirements where we need to display a number in words, or need to convert a set of number(s) into a string. In this article, we will see how to convert digits and numbers to words in PHP.

Detect which submit button is clicked when a form is submitted using PHP.

When you migrate a site from one domain to another it is very important to move your traffic from your older domain to the new domain.
In this article, we will see 5 methods to redirect an old domain to a new domain.

Now a days, it is very important to implement secure an application form CSRF attacks. In this article we will apply CSRF in the php application to prevent CSRF attacks.