List/Grid PHP Subscribe RSS feed of category PHP
Reading MS-Word contents in php
It has been long since written on my blog, how lazy I m, why not get some treatment form the people around me. Why not developers all around chop ma…
Creating project in Eclipse
I worked on enterprise level application for one year using Eclipse, Php Designer, and Dreamweaver. We were using Eclipse for checking in and out (updating and committing) When I joined…
Mixing HTML and PHP code
Note: This article was written in 2008, when I was working in small firm. Publishing it again here for newbies. After working for about one year in website development industry…
Method chaining in object oriented programming
In my previous article I discussed some of the nice thing of object oriented programming. Inheritance –creating sub classes from inheriting parent, contain all the attributes of the parent class…
PHP: Object Oriented Programming
Object oriented programming concepts were introduced in PHP1.4, I guess.How many people around you play with object oriented programming?If not working in any kind of MVC frameworks, I guess very…
Creating Json response in php, a nice example
While working with AJAX, you will need to get data after sending request to the server. You can use three ways to get the data form the server. 1. In…
