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

Display an image from base64 code in HTML

Display an image from base64 code in HTML

By Faruque Ahamed Mollick | September 21, 2017

Base64 represents binary data for any file or attachment in an ASCII string format. This is a method where binary information encoded so that it can be sent easily where text-only communication is possible. With this process, the attachments like images and any other media file can be converted into text and then the text sent […] 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

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

Related Posts