Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
I hope this post is going to be interesting to you. Here in this post, I am going to tell you how to trigger a function with multiple JavaScript events. Triggering the same functio.... Read More
Though server-side email validation is a secure way of validating email, still with server-side validation, client-side validation using JavaScript can increase the user experience.... Read More
Here in this post, we are going to see how to validate phone number in PHP. In many situations, web developers need to validate the phone number that is submitted through a form. .... Read More
Validating email on the server side is a secure way than validating it on the client side. If the email is validated just by using JavaScript then remember, JavaScript easily can .... Read More
Here in this post, I am going to tell you about a PHP script. This is a script where a map will be shown on web page. After you click a country from the map, you will be redirected to a page where you will get several details about that specific country you clicked. Here […] Read More
In this tutorial, we are going to see how to check the changes and return the changed option value from an HTML select tag. We are going to use jQuery for this tutorial. Here is an.... Read More
In this post, we are going to see how to submit an HTML form with input type file immediately after one select a file. That means when one selects a file it should submit instantly.... Read More
In this post, we are going to see how to detect if arrow key pressed from the keyboard using JavaScript with example code snippets. Before we go forward we should get some informat.... Read More