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
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
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
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
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
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
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
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