PHP snippet to add a extra fee to the checkout for every payment gateway.You can copied and pasted in your…
How to redirect customers to a custom landing page after the order process?Some of them need specific page redirection after…
Many dynamic website are created by PHP with MySQL. So this post helps for the beginners to connect the database…
Use the following code for current date with different format Input <?php echo "Today is " . date("Y/m/d") . "<br>";…
Let me share the details for hiding the email address partially using PHP codes. I have seen some websites, hide…
Learn how to add an HTML <rel=preload> tag to the header in WordPress. A function that I have used to…
Learn how to editing it the Comment reply link in WordPress post. I got the some SEO errors for having…
Most of the time we require to change the date format when we store the Date in the database and…
Nowadays, developers are searching for simple techniques to enhance better user experience in websites. Autosuggestion select box is a simple…
Article which helps to load more data in a single page using Ajax and jQuery without affecting the page loading…