After getting request for the above topic, we decided to write a tutorial on it. However, if you need more detailed lessons you can check out www.computerclasses.org for available courses on this topic.
As we all know that object-oriented programming is an approach in which objects and...
4/19/12
4/17/12
Import a CSV file to MySQL via phpMyAdmin
After getting requests for this tutorial from our readers on this topic, we decided to do a post on it.
If you also want to request a tutorial then feel free to use the "Request a Tutorial Here" link and send us a request for FREE.
According to the request the task was to import a CSV file to...
4/13/12
Querying Data using the PreparedStatement Object
Consider a scenario where a New Publishers, a pubhlishing company maintains information about the books and the authors in a database. The company wants an application using which they cab access the information about authors based on different criteria. For Example, it should retain all authors...
Using HighCharts with php, MySQL and CodeIgniter
Highcharts is a charting library which helps to display interactive Javascript charts on webpages. But our tutorial is how to make use of Highcharts with php, MySQL and CodeIgniter.
While working on a project I found out that HighCharts is the best to display graphs on webpage as it has...