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
PayPal Payment Gateway Integration Using PHP

PayPal Payment Gateway Integration Using PHP

PayPal is a payment process system, we will integrate PayPal with websites by using with php. PayPal integration classification system PayPal integration classification system included four files as shown below. constants.php − This file has included API user...

read more
How do I change website from http to www

How do I change website from http to www

You can follow these 2 Methods for redirect wordpress website from http to www Method: 1 For Any Website Step: 1 Go to Cpanel and Click on setting Step: 2 Now enable Checkbox of hidden files Step: 3 Refresh your Cpanel and go inside public_html here you see .htcess...

read more