Posts Tagged ‘PHP’

DataTables is a jQuery plugin to visualize table that is pretty much awesome and has lot of features. Now, I want to talk about TableTools, an extension which has function to export data into files such as CSV, Excel, or PDF.  Here’s a screenshot: The configuration of TableTools is pretty much easy, you just need [...]

Xdebug on Apache Webserver

Posted: July 28, 2011 in PHP
Tags: , , , , ,

Xdebug is necessary if you want to debug php website. Xdebug comes with a single dll file that is attached to Apache Webserver directory. It looks simple but it could be complicated in practical ways. My notebook is running Windows 7 x64 and using Apache bundled with Xampp, so i download x64 bit of Xdebug, [...]

Connecting PHP into MySQL

Posted: April 15, 2009 in PHP, Programming
Tags: ,

It is very simple :