Archive for December, 2008
FAQ: How to upload files in php?
Uploading files in web applications is a common practice. Thanks to php which makes it simple to implement.
This post will present a simple example of how to upload files using ...
Merry Christmas
May the true spirit of this season fill your life all throughout. Wish you all a very Merry Christmas.
For geeks : Do not forget to check A Silicon Valley Christmas ...
Another flaw in IE : 10,000 sites compromised
In my previous post I discussed about the security flaws and other shortcomings in IE. Incidentally, the same day a news article appeared on BBC News which reported about a ...
When will you stop using IE?
I am tired of making web applications work on IE. I can understand the frustration of this guy who created a pie chart for breakdown of time spent in web ...
FAQ: How to fix php warning – “Cannot modify header information – headers already sent”
You must have seen this error message quite a lot of times.
Cannot modify header information – headers already sent
The following code sample will throw the same error:
//this will result in ...
Automatic session timeout/logout using php and AJAX : Part II
This article is final part of 2 part series in which you will learn how to logout a user after a specific amount of inactivity. In part 1, we used ...
