
How to Install PHP on Windows, macOS and Linux?
Today we will see how to install the latest version of PHP that is php 8.0.9 in the windows 10 operating system and macOS. PHP stands for Hypertext Preprocessor and…
Read more »
How to Convert Html to PDF using PHP?
In this tutorial, we will learn how to convert HTML and CSS styled pages to PDF using PHP. We will use third-party libraries to achieve this because PHP does not…
Read more »
How to Upload Multiple Files in PHP?
In this tutorial, we will learn how to upload multiple files in PHP. Multiple functionalities allow you to select multiple files at the same time and upload them to a…
Read more »
Twitter Search API Example Using PHP
So, well you are clear from the title as we are gonna use Twitter API. With Twitter API, you can build your own bot, tool, search tweets, timeline card, and…
Read more »
Most Useful PHP Array Functions
Hello, friends, In this tutorial, we will learn about PHP array functions and how you can use them. These array functions are in-built functions. There are many array functions but…
Read more »
How to Secure Password Using bcrypt in PHP?
In this tutorial, I will show you how to secure passwords using bcrypt in PHP? This tutorial will be point-to-point so each level of the developer can understand easily. I…
Read more »
How to Check String Contains a Specific Word in PHP?
If you are a developer and want to check string contains a specific word or substring, then you are in right place. We will discuss here how you can check…
Read more »
How can I Prevent SQL Injection in PHP?
In this article, we will use the best way to do modification into SQL query to prevent SQL injection using PHP. We will use parameterized queries and prepared statements to…
Read more »