my-programming-tutorials-logo

My Programming Tutorials

Web Notifications Using Laravel and Pusher

Last updated on by , 4 comments

Web Notifications Using Laravel and Pusher

Web notification is a particular message that generates from a website, whenever any update or important message is shared on the app. These messages pop up on your desktop or device even when the respective page is not opened on your current browser. These push notifications are a great addition to the traditional email and… Read More »

How To Create Infinite Scroll Pagination With PHP And Ajax

Last updated on by , 34 comments

How To Create Infinite Scroll Pagination With PHP And Ajax

In this tutorial, we are going to learn that how to create infinite scroll pagination with PHP and Ajax. All of you probably must have seen this feature in some websites that you can load more content by just scrolling down. It can be possible via AJAX. I hope all of you guys will be familiar with… Read More »

Create own Cryptocurrency: A Step By Step Guide

Last updated on by , 4 comments

Create own Cryptocurrency: A Step By Step Guide

In this article, I am going to serve you a detailed information about how to create own Cryptocurrency like Bitcoin and Ethereum. And provide you a step by step guide to set it up on a Live Server as well. What is Cryptocurrency? Cryptocurrency is a kind of digital asset or virtual currency that uses cryptography techniques to secure its… Read More »

Generating PDFs with DocRaptor’s HTML-to-PDF Library

Last updated on by , 2 comments

Generating PDFs with DocRaptor’s HTML-to-PDF Library

Many web applications have a PDF export requirement: invoices, reports, brochures, or eBooks. Generating these PDFs, especially if they’re complex or large, can be really challenging. Fortunately, there’s DocRaptor, which provides an easy-to-use API for converting HTML web pages into PDFs. This is a walkthrough of how to setup and use DocRaptor’s PHP library: Installation… Read More »

Install IonCube Loader in Localhost

Last updated on by , 19 comments

Install IonCube Loader in Localhost

Hello developer fellows, in this article, we are going to learn how you can install IonCube Loader in Localhost. Installing an IonCube PHP extension can be quite hard for beginners, but it is not impossible of course. In this topic, I’m going to guide you step by step to install IonCube locally. First of all,… Read More »

How to create Pagination with PHP and MySql

Last updated on by , 218 comments

How to create Pagination with PHP and MySql

In this tutorial, we are going to create pagination with PHP and MySql. It is probably possible that your SQL SELECT query may return results into thousand and millions of records. And it is obviously not a good idea to display all those results on a single page. So we can split this result into multiple… Read More »