Posts by Faruque Ahamed Mollick

Author Biographical Info: Not available

jQuery multiple events to trigger same function

By Faruque Ahamed Mollick

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

Live email validation using jQuery

By Faruque Ahamed Mollick

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

How to validate phone number in PHP?

By Faruque Ahamed Mollick

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

Email validation in PHP using FILTER_VALIDATE_EMAIL

By Faruque Ahamed Mollick

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

Country information on clicking map – PHP script

Country information on clicking map – PHP script

By Faruque Ahamed Mollick | November 11, 2017

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

Detect change in HTML select tag and get changed value in jQuery

By Faruque Ahamed Mollick

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

Immediately submit upload form after selecting file

By Faruque Ahamed Mollick

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

Detect arrow key press in JavaScript

By Faruque Ahamed Mollick

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

Related Posts