- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
//Redirect Using JAVASCRIPT
function redirect_to($url){
echo '<script type="text/javascript">
window.location = "'.$url.'"
</script>';
exit("Javascript is turned off, <a href='$url'>click here to go to requested page</a>");
}
Комментарии (5) RSS
Добавить комментарий