I find PHP better than JS when redirecting, though mainly because I don't know JSLixas wrote:i guess it's the best way to redirect. but sometimes php is just not able to do that. so in this case JS will do the job

Moderator: Lixas
[PHP]function redirect($location)// Redirect browser using the header function if it fails, use javascriptFlipper3 wrote:In what cases is PHP not able to do that?