Install and configure PHP 8.x on ubuntu 22.04; Through this tutorial, we will learn how to install and configure PHP 8.x on ubuntu 22.04 system. PHP 8.1 is the current latest PHP version released on 2021. In this guide we
Category: PHP
Connect MySQL Database to Command-Line OR PHP Script
To connect to my mysql database server using command line or PHP code; In this article, You will learn how to connect mysql using command line (CMD) and also learn how to connect MySQL using php script. You can use
Read More Connect MySQL Database to Command-Line OR PHP Script
Create & Drop Database MySQL Using Command Line & PHP
To create and drop database in MySQL using command line or php code; In this tutorial, we are going to show you how to create MySQL database and how to delete/drop MySQL database using the command line interface and PHP
Read More Create & Drop Database MySQL Using Command Line & PHP
PHP Interview Questions and Answers For 1,2,3,5 Year Experience
PHP interview questions and answers for freshers and 1 to 5 years; Through this tutorial, we would love to share the latest PHP interview questions and answers. PHP Interview Questions and Answers For Fresher to 1,2,3,5 Year Experience Now, we
Read More PHP Interview Questions and Answers For 1,2,3,5 Year Experience
How to Create, Access and Delete Cookies in PHP
To set, retrieve and delete cookies in PHP. In this tutorial, you will learn how to set, get and delete cookies in PHP. First of all, you need to know about cookies. A cookie is a small file with the
PHP Create Zip File From Directory
Whenever you are working in PHP Projects or web applications. So many times you need to create a zip file in your PHP projects. This tutorial will show you the easy and simple way how to create a zip file
PHP Integrate Instamojo Payment Gateway
Instamojo payment gateway in PHP; In this tutorial, you will learn how to integrate instamojo payment gateway in PHP. And also you can download full source code of instamojo payment gateway integration in PHP with live demo example This tutorial
PHP Age Calculator Script – With Demo
PHP age calculator program with source code and live demo. This tutorial shows you how to implement an age calculator in PHP. This tutorial also provides you the easy way to implement age calculator in PHP with a demo and
Crop and Save Image Using jQuery Croppie and PHP
Ajax image upload and crop with jquery croppie and PHP. Here, we will show you how to crop, resize image size and store into the database using jQuery croppie with ajax in PHP. Here, we will use jQuery croppie libaray
Ajax Image Upload Using PHP and jQuery Without Refreshing Page
In this tutorial, you will learn how to upload image using ajax and jQuery without refresh the whole web page. As well as learn how to store images in the PHP project folder and database. PHP Image Upload Using jQuery
Read More Ajax Image Upload Using PHP and jQuery Without Refreshing Page