How to add Facebook Login to Your Website
Facebook Login is a secure, fast, and convenient way for users to log in to your website or web application using their Facebook credentials. When a user logs in with Facebook, they grant your app permission to access their basic profile information,…
Uploading a File to Amazon S3 using PHP Code
Amazon Web Services (AWS) is a cloud computing platform provided by Amazon.com. It offers a suite of over 165 fully-featured services, such as computing, storage, databases, analytics, machine learning, security, mobile, and Internet of Things (IoT),…
Uploading file to OBS in Huawei Cloud Services using PHP
Huawei Cloud is a cloud computing platform offered by Huawei, a leading global information and communications technology (ICT) solutions provider. It provides a range of cloud services, including computing, storage, databases, network, security,…
10 Funny PHP APIs
PHP (Hypertext Preprocessor) is a server-side scripting language often used for web development. An API (Application Programming Interface) allows one software application to interact with another, usually through a set of defined requests and responses.…
How to get current Git branch using PHP ?
Git is a distributed version control system (DVCS) that is used for tracking changes in computer files and coordinating work on those files among multiple people. It was created by Linus Torvalds in 2005 and is now maintained by the Git Project…
Top 10 Essential Questions for a PHP Developer Interview with Expert Answers
PHP (Hypertext Preprocessor) is a server-side scripting language that is widely used for creating dynamic web pages and web applications. It was created in 1995 by Rasmus Lerdorf, and it has since become one of the most popular languages for web…
How to enable or disable warnings and errors in PHP ?
In PHP, there are several types of errors and warnings that can occur during the execution of a script. Notice: This type of error occurs when a script encounters something that could indicate an error, but it is not critical. For example, using a…
Simple Image Carousel using Bootstrap
An Image Carousel is a container containing a series of images which can be viewed one by one or by clicking in the specific index. The carousel generally uses CSS and JavaScript to achieve the desired output. Follow this video for complete guidance :…
Sending Free Emails with SendinBlue API V3
Email has become one of the integral part of our daily process in recent years. Especially to business or corporate houses, emails are widely used for communication and marketing purposes. In this article, we are going to learn to send emails using PHP.…
Minify HTML, JavaScript and CSS using PHP
The following script defines a simple PHP function that can minify HTML, JavaScript and CSS codes into one line. Minifying codes is of huge importance as far as web performance is concerned. The less bytes the faster the experience because less bytes of…
Get WHOIS information using PHP
In this tutorial, we will be using PHP API to get the WHOIS records and ownership details of any domain name, like owner name, email address, country, creation, last updated, expiration, location of both registrar and domain in the JSON format. What is…
How to Turn off Automatic Updates in Windows 10 ?
One of the most contentious aspects of Windows 10 is the operating system’s new approach to updating. When Windows decides to apply updates, the system gathers them and installs them automatically. This can be quite annoying for users, as they…
How to upload files via FTP using PHP ?
In this tutorial, we are going to learn to upload files via FTP using PHP. The File Transfer Protocol (FTP) is a standard communication protocol used for the transfer of computer files from a server to a client on a computer network. FTP is built on a…