How To Read File From URL In Java?

By Faruque Ahamed Mollick

I have already told you how to read a text file that is located in your local directory. We used BufferedReader Java class that is available to use when we import java.io.* Now i.... Read More

Adding HTTPS To All Internal Links Of A WordPress Posts

By Faruque Ahamed Mollick

Here in this post, I am going to show you how to add HTTPS to all of the internal links of WordPress posts. Suppose there is a WordPress site. The site was without any SSL certific.... Read More

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

Related Posts