Posts by Faruque Ahamed Mollick

Author Biographical Info: Not available

The Right Way Of Adding Custom CSS On WordPress

By Faruque Ahamed Mollick

Many time it may be needed to change the CSS coding of a WordPress theme. Suppose, you have installed a WordPress theme and you want to modify the CSS a little bit by adding extra .... Read More

Simple Color Picker Input Field In HTML Form

By Faruque Ahamed Mollick

In this simple HTML tutorial, I am going to tell you how to create an HTML form input field where the user can choose a color. To create a color picker for input field you can use .... Read More

How To Redirect URL Using PHP header redirect?

By Faruque Ahamed Mollick

Redirecting URL in PHP is very useful. In many purposes, developers need to redirect a page to a URL. Redirecting page into a specific URL is very easy and simple task. You just ne.... Read More

PHP md5() function and code snippets of md5()

By Faruque Ahamed Mollick

md5() is one of the inbuilt function of PHP that is available from PHP 4. The md5() function can easily calculate the MD5 hash of a string. This PHP function uses the RSA Data Se.... Read More

Simple PHP Code To Check If URL Parameter Is Exist Or Not

By Faruque Ahamed Mollick

In web development, many times it is needed to take the value of URL parameter to process. Below is given an example of URL with value in parameter: https://domain.come/index.php?c.... Read More

Simple PHP code for file uploading process

By Faruque Ahamed Mollick

Using PHP it is very easy to making a file uploading system on the server. Today in this post, I am going to show you how to upload file on the server and keep that file in a speci.... Read More

CSS overflow property with value scroll to add scrollbar

By Faruque Ahamed Mollick

Suppose you are going to put a large content or a large amount of text in an element. Then you may like a scroll functionality which will be used to see all the content or text ins.... Read More

Change text color on mouse hover – CSS code

By Faruque Ahamed Mollick

You will find on many web pages on some of the websites that whenever you hover your mouse cursor, the text color change. In this CSS tutorial, I am going to show you how to change.... Read More

Related Posts