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
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
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