Author Archives: Shahrukh Khan


September 14, 2014 1:33 pm

How to Create charts with PHP


How to Create charts with PHP
Charts give a pictorial representation of information. Using PHP we can create beautiful charts to provide the user with graphical representation of the data. In this article you will see how we can create bar, line and pie charts using PHP pcharts library. Pchart is a php class oriented framework designed to create charts directly from the web server.

[ Read More ]


August 25, 2014 6:38 pm

Fetch data from XML, JSON & MySQLi using jQuery Ajax & PHP


Fetch data from XML, JSON & MySQLi using jQuery Ajax & PHP
Ajax (Asynchronous JavaScript and XML) is a technique to exchange the data with the server, updating part of a web page without reloading the page again. Using Ajax we can fetch data from various sources like XML, Json, Jsonp or MySQL Database. In this article you can learn how to implement ajax feature on your webpage and fetch data from various sources like XML, Json and Mysql database and display the data. I will be using jQuery ajax() function to do this task.

[ Read More ]