Posts by Faruque Ahamed Mollick

Author Biographical Info: Not available

CSS Tooltip With Example Code

By Faruque Ahamed Mollick

A tooltip is an information that you will able to see when you hover your mouse on a particular element. In this tutorial, I am going to show you how you can create your own tutori.... Read More

Run PHP Code After Payment Complete On WooCommerce Store

By Faruque Ahamed Mollick

WooCommerce is a popular WordPress plugin to add eCommerce functionality on a WordPress base site. The functionality and features of this plugin can be extended as there are lots .... Read More

MSG91 WooCommerce SMS Integration Plugin

MSG91 WooCommerce SMS Integration Plugin

By Faruque Ahamed Mollick | May 16, 2017

WooCommerce is the most popular eCommerce plugin for a WordPress based site. It can turn a WordPress site into a complete eCommerce store. You have already noticed that lots of eCommerce websites like Amazon, Flipkart has a system, when someone orders a product, he/she get an SMS to their registered phone number. Thus their customers can […] Read More

PHP Weather Forecast Script That Uses OpenWeatherMap API

By Faruque Ahamed Mollick

This is the old version of the weather forecast PHP script. Here is the new version of the weather forecast script that works on AJAX. In this post, I am going to review a weather .... Read More

PHP urlencode And urldecode functions and it’s usage

By Faruque Ahamed Mollick

PHP has two inbuilt function urlencode() and urldecode() which can be used for encoding and be decoding a string. This two function can send a query and to get query through URL. P.... Read More

Replace Multiple Items In String Using PHP str_replace Function

By Faruque Ahamed Mollick

I have already shown in one of my posts how to replace a character of a string using the PHP str_replace() function. Here is the post – Replace A Character Of String Using P.... Read More

Replace A Character Of String Using PHP With Other Character

By Faruque Ahamed Mollick

In this post, I am going to discuss a thing which may be interesting to you. Suppose you have a text block which represents as a string in PHP and you want to replace a particular.... Read More

Disable HTML Input Field And Make It Un-clickable

By Faruque Ahamed Mollick

Here in this post, I am going to tell you how to disable a form field in an HTML form easily. It is very easy and simple task to disable any input field of an HTML form. There is a.... Read More