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?
PHP is server side language, and JavaScript is Client side. So, redirect through JavaScript will be possible on Client-Side.
Redirect on client side means following steps:
User request a Page using… READ MORE

“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… READ MORE