Tag Archives: Mysql

What is use of ‘PEAR’ in php?

Nov 14, 2013

PEAR is short form of PHP Extension and Application Repository. PEAR is a framework and distribution system for reusable PHP component. The purpose of PEAR..

Read more

Pagination with jQuery, MySQL and PHP.

Oct 25, 2013

This is a step by step tutorial to implement Pagination with jQuery, PHP and MySQL. The tutorial contains three PHP files and two js files..

Read more

Difference Between MySQL Table Type MyISAM and

Oct 22, 2013

Hi all hope you all are doing well today we are going to see the Difference Between MySQL Table Type MyISAM and InnoDB? hope you..

Read more

.htaccess Tips and Tricks

Oct 22, 2013

Hi all here today we are going to see some useful .htaccess Tips and Tricks 1) Redirect your website visitors while you update or test..

Read more

Useful PHP Tips

Sep 18, 2013

Hi all in the post we are going to see some Useful PHP Tips hope this may useful for you the tips are of given..

Read more

Create a CSV file using PHP/MYSQL

Sep 16, 2013

As we know that CSV files are one of the most used way to back-up mysql database and tables. However it is very simple to..

Read more