Category: PHP

Clear
PHP Aug 06, 2021 8 min read

Ajax Search Data in PHP & MySQL using jQuery

In this post, I will show you how to code the ajax search data in PHP & MySQL using jQuery. It is the most important functionality after adding a reco...

PHP Aug 05, 2021 7 min read

Coupon Code Generator in PHP and MySQL using Ajax and jQuery

In this post, I will show you how to create a basic coupon code functionality generator and save it to our database and redeem it with the user. If yo...

PHP Aug 04, 2021 10 min read

Delete Multiple Records in PHP using Ajax And jQuery

Are you thinking of how to delete multiple records in PHP using ajax and jquery? In this post, I will share with you how to do it. Deleting records on...

PHP Aug 03, 2021 3 min read

How To Submit Multiple Checkbox Value to PHP using jQuery & Ajax

In this post, I will show to you an example on how to submit multiple checkbox value to PHP using jQuery and ajax. In my previous post I posted about...

PHP Aug 06, 2021 2 min read

Generate Random String in PHP

In this post, I will show you an example function to generate a random string in PHP. This function is usually used to generate alphanumeric strings w...

PHP Nov 08, 2021 3 min read

Install PHP GD Extension on Windows WAMP and XAMPP

Do you need to install PHP GD Extension? Don't worry I got you. In this post, I will share with you how to install PHP GD Extension in your windows.

PHP Jul 31, 2021 4 min read

Dynamic Ajax Form Validation in PHP & MySQL using jQuery

In this post, I will show you how to create an ajax form validation in PHP & MySQL using jQuery. In my previous tutorial, I created a Simple Dynamic F...

PHP Jul 30, 2021 6 min read

Simple Dynamic Form Validation Function Using PHP

In this tutorial, I code a simple dynamic form validation function using PHP that has the same syntax as Laravel validation. We know that validation i...

PHP Jul 29, 2021 3 min read

Sanitize Input using PHP

In this tutorial, we are going the sanitize input in PHP before saving it to our database. This is one of the most important to do when saving records...

PHP Jul 29, 2021 4 min read

Check If Email Address Is Already Exists in The Database

In this tutorial, you will learn how to check if email is already exists in the database using PHP & MySQL with Ajax. This task is needed if you are b...

PHP Nov 10, 2021 10 min read

Return JSON Response in PHP & MySQL using Ajax and jQuery

I will share with you how to return JSON response in PHP & MySQL using Ajax & jQuery this is useful to display multiple types of data from the server...

PHP Jul 29, 2021 5 min read

How To Validate Email Address In PHP with jQuery & Ajax

Are you thinking about how to validate the email address before saving it to your database? Don't worry it's easy in this example we will use adding E...

We use cookies to personalize your experience. By continuing to visit this website you agree to our use of cookies

More