Posts by Faruque Ahamed Mollick

Author Biographical Info: Not available

Introducing To VideoTube – Video CMS PHP Script

Introducing To VideoTube – Video CMS PHP Script

By Faruque Ahamed Mollick | September 17, 2017

Today I am going to discuss and review for another PHP script which is called VideoTube.  This is a video sharing PHP script that allows people to create video blogs and platforms that is something like YouTube, Vimeo, Dailymotion. If you want to start your own social media website that is based on video than it […] Read More

Live word counter from HTML textarea in JavaScript

By Faruque Ahamed Mollick

Here in this tutorial, I am going to show you how you can build a simple live word counter that will count the word of the text content inside HTML textarea perfectly. The HTML At.... Read More

Show live preview of HTML textarea with JavaScript

By Faruque Ahamed Mollick

In this tutorial, you are going to see the simple JavaScript code snippets which will show the live preview of an HTML textarea input field. before we are going to do it, let̵.... Read More

How to call jQuery AJAX in every n seconds?

By Faruque Ahamed Mollick

AJAX is awesome. It does not need to refresh the whole page to load something on a web page. previously I have also discussed on AJAX on this post – Process form value in PHP.... Read More

How to send email using PHP mail() function?

By Faruque Ahamed Mollick

Sending email using PHP is very easy then you can think. There is already have an inbuilt PHP mail() function that can be used to send emails from a web server. On many websites an.... Read More

How to convert JSON string to PHP Array?

By Faruque Ahamed Mollick

JSON is a well-formatted structure of data which that used to exchange data on the web. JSON is the abbreviation of JavaScript Object Notation and it is a lightweight data-interc.... Read More

jQuey UI Accordion With Demo Code

By Faruque Ahamed Mollick

jQuery UI is a jQuery based library which can be used as to create user interface interactions, effects and much more easily. You just need to write less code and you will get mor.... Read More

Use of PHP __construct function (PHP Constructor)

By Faruque Ahamed Mollick

Like many other programming languages, we can also define and use the constructor. The constructor in PHP is so useful and used in both small and large projects. Previously, in PHP.... Read More