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 »
Probably, every PHP programmer had to create his own framework or library, and it was necessary to work quickly and do everything practically from scratch. Often we need to test some of our ideas or algorithms and we write code for interacting with databases directly, without using ORM frameworks. In addition, SQL that is used… Read More »
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 »
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 »
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 »
In this article, you are going to learn that, how to create a distance calculator sort of module which can find distance between two addresses. We are going to use google map API and PHP to accomplish this task. View Demo The distance calculator module we are going to develop here is basically an API provided by The Google… Read More »