Archive | php-bits RSS feed for this section

Redirecting users using PHP basic

< ? php
    header('Location: http://www.helmutgranda.com');
?>