Archive for the ‘PHP’ Category
PHP: Defining configuration values
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
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
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
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
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?
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 ...
