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