In this post, I will share on how to loop the checkbox checked value using jquery. One of the important to learn when processing the form about gettin...
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...
In this post, you will learn how to create a local custom domain on your localhost with your apache server using Windows. This is important if you don...
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.
In this post, I will show you how to add an ajax loader using jQuery when the ajax request is in progress to your PHP. It is important to show a loadi...
In this post, I will show you how to prevent double click in jquery/javascript when submitting the button to ajax. This is important to implement beca...
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...
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...
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...
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...
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...
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...