I want to know how reliable the PHP function Header() is to redirecting people? Is a java script window.location better? how about using both? or will the PHP ALWAYS work?
thanks
It will always work, provided you do it right. Using javascript is a lot less reliable since people can disable javascript. The can't disable the PHP from working
Thank you, that helps me ALOT.