Country State City using Google API

[ad_1] Country state city using google apis; Through this tutorial, you will learn how to get country state city using google apis. Country State City using Google API Let’s use the following steps to get country state city using google apis: Step 1 – Get Google API Key Step 2 – Implement Code to Show … Read more

Laravel Multiple Database Connection Example

[ad_1] Laravel multiple database connection; In this tutorial, we will learn how to connect single or multiple databases using a laravel 7/8/9 apps. Sometimes, we need to connect multiple databases to the Laravel application. Laravel provides multiple database connections access functionality with it’s very easy and simple. Laravel Multiple Database Connection Example Use the following … Read more

Laravel Php Artisan Serve Not Working Properly

[ad_1] Php Artisan Serve Not Working – Laravel Command; In this tutorial, We will share with you how to run laravel based project using another PHP command. If you are using the latest version of Laravel, you will see that sometimes “PHP artisan serve” command does not work properly. If you face this type of … Read more

Laravel Clear Cache Using Artisan Command (CLI)

[ad_1] Laravel clear cache from the command line (CLI); In this laravel tutorial, we will discuss how to clear cache from blade (views), routes, config, etc using the command line and artisan command. When our app is product mode (live), we need to make cache in larva projects for better completion. But if our application … Read more

Login Form in PHP with MySQL Database

[ad_1] Simple login form system in PHP and MySQL database; In this tutorial, we will learn how to create simple login form in PHP with MySQL, bootstrap, session and server-side validation. And also, this tutorial will show how to create a login system in PHP and validate user credentials (email id or password) on the … Read more

Stripe Payment Gateway Integration in PHP

[ad_1] Stripe payment gateway integration in PHP; In this tutorial, we will learn how to integrate stripe payment gateway in PHP. And also we can download the full source code of stripe payment gateway integration in PHP. This tutorial has the purpose to show us a simple and easy way to integrate stripe payment gateway … Read more

PHP Contact us Form Example

[ad_1] Simple contact us form submit to database in PHP MySQL with jQuery validation. In this tutorial, you will learn how to create a contact form in PHP, and submit contact us form data in MySQL database with jQuery validation. This tutorial helps you step by step to create and submit contact forms in PHP … Read more

Login with Facebook using PHP

[ad_1] PHP Facebook login example; In this tutorial, we will learn how to make facebook login in PHP using SDK. This tutorial has the purpose to share easy source code to create or implement a Facebook login app using PHP SDK. And we can download or use the complete source code of Facebook login using … Read more

Login with Google Account Using PHP

[ad_1] login with google account using PHP. In this tutorial, we will learn how to implement google account login in PHP. And also provide complete source code. This tutorial has the purpose to share easy steps to create or implement google login in PHP. And we can download the complete source code of google login … Read more

Drag and Drop File Upload using Dropzone JS in PHP

[ad_1] Drag and drop upload file in PHP; In this tutorial, we will learn how to create drag and drop file upload files using dropzone js in PHP. And upload multiple files in PHP. Dropzone. js is ‘a light weight JavaScript library that turns an HTML element into a “dropzone“‘. Users can drag and drop … Read more

Star Rating System IN PHP MySQL jQuery Ajax

[ad_1] Star rating system with PHP MySQL & jquery and ajax on products, and posts. In this tutorial, we will show you how to build 5 start rating system with PHP MySQL using jQuery and ajax. As well as, To display the 5 star ratings on the web (HTML) page from the database. If the user/customer changes the start … Read more

PHP Import JSON File data into MySQL database

[ad_1] Import/Insert JSON file data into MySQL database using PHP; Through this tutorial, we will learn how to import/Insert JSON file data into MySQL database using PHP or fetch data from JSON file and import it into the Mysql database using PHP. And as well, using the following tutorial, we will insert or import single … Read more