how to remove .php extension from url in php

how to remove .php extension from url in php

remove .php extension from url in php Just follow these steps Open .htacess file and copy below code in .htacess file   RewriteEngine On RewriteRule ^test?$ test.php Here test is your page name Now you can visit your page like abc.com/test remove ?id from url in...

read more
active class using php In 5 Minutes

active class using php In 5 Minutes

You can simply follow steps and add active class in your navigation using PHP Step1:  In Header page Modified navigation link as per your need <li class="nav-item <?php if ($phpSelf=="index.php") { echo "active"; } ?>"><a href="index.php"...

read more
Razorpay payment gateway integration in php

Razorpay payment gateway integration in php

Web development is the coding or programming that enables website functionality, per the owner's requirements. It mainly deals with the non-design aspect of building websites, which includes coding and writing markup. Web development ranges from creating plain text...

read more
Paytm Payment Gateway Integration Using PHP

Paytm Payment Gateway Integration Using PHP

Integrate Payments with Paytm Add Paytm Payment Gateway to your mobile app or website. Collect online payments from your customers using UPI, Debit/Credit Cards, 50+ NetBanking options and Paytm Wallet. Paytm IS A PAYMENT PROCESS SYSTEM, I WILL INTEGRATE Paytm WITH...

read more
SafexPay Payment Gateway Integration Using PHP

SafexPay Payment Gateway Integration Using PHP

About SafexPay SafexPay is the brand from PayGate having multiple payment solutions like white label payment gateways for banks and institutions and provides an all-inclusive payment gateway solution to merchants. SafexPay also provides Prepaid wallet platform , UPI...

read more
Secured By miniOrange