vijayjoshi.org - php | javascript | ajax | and all things web

Archive for December, 2009

How to restore and backup mysql databases?

December 19th, 2009 | Posted by Vijay Joshi | No Comments
I forget the commands everytime I backup/restore mysql databases. For this reason I am writing them down for my reference and hopefully others will also find them useful. Suppose my database ...

How to create excel files in PHP?

December 15th, 2009 | Posted by Vijay Joshi | 12 Comments
Some time ago I found a class on phpclasses.org by Harish Chauhan which makes it incredibly easy to generate simple excel spreadsheets from PHP. I found it useful so I ...

Getting and setting value of html elements using jQuery

December 9th, 2009 | Posted by Vijay Joshi | 4 Comments
If you have started using jQuery recently and you  are used to DOM methods of getting and setting values for form and html elements, this article is for you. Using jQuery ...