Posts by Faruque Ahamed Mollick
Author Biographical Info: Not available
In many times it is needed to generate a random password for a website. For example, on registration system of a website a password can be generated for the account by clicking a b.... Read More
In this post, we are going to see how to force download a file in PHP. Well, we can easily put an anchor link with the file path to be downloaded. Then why we are going to do it us.... Read More
On many of the websites where there are registration and login system, we can see that a profile picture uploading system is present. Facebook, Twitter, Google may be the example. .... Read More
In this post, we are going to see an amazing tutorial. We are going to plays with multiple arrays. I hope you are going to enjoy this tutorial. Suppose we have two or more than two.... Read More
In projects, it is often necessary to prevent form submission after clicking the submit button of an HTML form. So in this tutorial, we are going to see how to prevent or stop an H.... Read More
In this post, we are going to learn how to send HTTP GET request to a page and how to get the result back from that page using jQuery get() method. Before we are going to see the c.... Read More
If you are selling your PDF files or eBooks as PDF format or want to start selling PDF eBooks through WordPress using WooCommerce plugin, then did you ever think about the fact that one can buy your eBook from your WooCommerce site and may distribute it for free or may resell it without your permission. […] Read More
Adding and removing class dynamically to an element can make a web page more interactive. Using jQuery it becomes a simple and easy task to add and remove class dynamically. It jus.... Read More