PHP Redirect
Posted under » PHP on 30 October 2009
Using the header command.
<¿php
header('Location: http://www.example.com/');
?>
Posted under » PHP on 30 October 2009
Using the header command.
<¿php
header('Location: http://www.example.com/');
?>