Posts from PHP

Get country data on clicking on map – PHP source code

Get country data on clicking on map – PHP source code

By Faruque Ahamed Mollick | September 25, 2017

Here I am going to tell you about a web-based small web application that is built in PHP and used Google’s GeoChart API. I hope you will like this product. I am going to discuss all the features and functionality of this PHP based web application. Before I am going to discuss and review of this product […] Read More

Search for restaurants using Zomato API in PHP

Search for restaurants using Zomato API in PHP

By Faruque Ahamed Mollick | September 23, 2017

Zomato is a popular food delivering website where we can search for restaurants in various cities, order food online. They provide their services in several countries in the world. On Zomato, you can see the information and review of various restaurants. Well, as a developer, you can do many interesting apps using the API that […] Read More

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

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

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

AJAX search from MySQL database in PHP example

By Faruque Ahamed Mollick

AJAX (Asynchronous JavaScript And XML) is very popular on modern websites. On Google, Facebook, YouTube you will see a huge use of AJAX. It is not a programming language, but a .... Read More

Set cookie and retrieve it on web page in PHP

By Faruque Ahamed Mollick

A cookie in PHP used to store the small amount of data on client side. The cookie actually a small text file that stores small data, nearly about 4KB. Cookies are generally used t.... Read More