Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
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
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
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
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 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
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
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
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