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

Archive for the ‘PHP’ Category

PHP: Defining configuration values

January 7th, 2011 | Posted by Vijay Joshi | No Comments
Every web application requires configuration files which contain values that are used throughout the application. In this post we will look at some of the methods developers use to define ...

Working with XML Documents in PHP and jQuery

December 23rd, 2010 | Posted by Vijay Joshi | No Comments
Here is one more sample chapter from my book. It explains reading, writing and editing XML files with PHP and jQuery. Below are the chapter contents. Loading XML from files and ...

Working with JSON in PHP and jQuery

December 20th, 2010 | Posted by Vijay Joshi | 2 Comments
I mentioned in a previous post that I was writing a book on PHP and jQuery. Well, after a labor of around 7 months the book is out now. It ...

Guys, I am writing a book

November 22nd, 2010 | Posted by Vijay Joshi | 6 Comments
Yes that’s right and it is called PHP jQuery Cookbook.  As the name suggests, it’s about creating rich internet applications using 2 of my favorite technologies – PHP and jQuery. I ...

Simple way to search Flickr API using PHP

November 10th, 2010 | Posted by Vijay Joshi | 2 Comments
Flickr provides a large number of API methods which you can use to search for images, contacts, comments, notes etc. This post will show the use of one simple method flickr.photos.search ...

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 ...