Archive

Posts Tagged ‘server’

PHP Redirect Vs JavaScript Redirect?

Oct 17th, 2009

Redirect to another web page is possible through PHP as well as JavaScript. So, which one you will choose? Code, comparison and discussion about the suitability of each method.

“Firefox has detected that the server is redirecting the request for this address in a way that will never complete”

Jul 23rd, 2009

Getting error “Firefox has detected that the server is redirecting the request for this address in a way that will never complete” can be very disturbing for a web developer when he has tried to modify something. This can left you clueless about what need to be done! I got this error when I have [...]