How to Create, Access and Delete Cookies in PHP

[ad_1] 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 maximum size of 4KB that the web server stores on the client computer. Once … Read more

PHP Create Zip File From Directory

[ad_1] 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 in PHP and can also download the zip file. php create zip file from … Read more

PHP Age Calculator Script – With Demo

[ad_1] 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 full source code of the PHP age calculator. PHP Age Calculator Program First of … Read more

PHP Integrate Instamojo Payment Gateway

[ad_1] 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 has purpose to show you simple and easy way to integrate instamojo payment gateway … Read more

Crop and Save Image Using jQuery Croppie and PHP

[ad_1] 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 to crop and resize images before upload to database with ajax in PHP. This … Read more

PHP Google Firebase CRUD Example Tutorial

[ad_1] Google firebase curd in PHP example tutorial. In this tutorial, you will learn how you can create crud application in PHP using firebase database with bootstrap from scratch(step by step). As well as, you will learn how to connect firebase database with php, insert data into firebase db using php, how to fetch data … Read more

PHP 8 Pagination with Bootstrap Example

[ad_1] PHP 8 pagination with bootstrap and jquery example. In this tutorial, you will learn you how to create pagination in php 8 with mysql and boostrap. This tutorial will guide you on how to create pagination in PHP 8 and MySQL using the Bootstrap 4 Pagination UI component. And as well as, learn how … Read more

PHP Signature Pad using Jquery Ajax Example

[ad_1] Signature pad save image in php. In this tutorial, you will learn how to upload signatures using in PHP without refresh the whole web page. In this example, you will learn how to use keith-wood jquery ui signature pad for create your signature on it. And create php form and submit that signature image … Read more

PHP Google Places Autocomplete Example

[ad_1] PHP 8 google address autocompletes without showing the map. In this tutorial, you will learn how to create a google autocomplete address web app using google address APIs in PHP. Note that, Google autocomplete address API will return address and as well as latitude, longitude, place code, state, city, country, etc. Using latitude and … Read more

PHP Simple Script For YouTube Video Downloader

[ad_1] PHP simple youtube video downloader script free download. In this tutorial, you will learn how to create simple youtube videos and status videos downloader in PHP. Note that, YouTube does not have the direct download of videos, an important feature for users or computers. So, this tutorial will guide you on how to create … Read more