Hello, I need to work in PHP safe mode but I'm having issues with Header('Location: url'); Is this not allowed in safe mode ?? If it is, is there a work around?
Yes, the header() is inside an if statement. Also, I used the short open tag '<?' makes any difference in safe mode ?
I did not manage to get header() working. I though found this on the internet, which works but with some delay (redirection during page is built op): echo"<script>window.location.href = 'url.php';</script>"; Code (markup): Any other suggestions are still welcome..