garfield

[PHP]: Direcionar página php

Jan 22nd, 2012
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.16 KB | None | 0 0
  1. /*
  2.         @Função:  Realizar Direcionamento em uma página PHP
  3.         @Créditos: [iPs]SuYaNw
  4. */
  5.  
  6. function Direcionate($url)
  7. {
  8.     header("location: $url");
  9.     return 1;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment