Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

 7 Answer(s)

  • Yes, you can redirect user to any web page using header function

    header('Location: http://www.example.com/');
    exit;
    

    Remember that header() must be called before any actual output is sent to browser, either by normal HTML tags, blank lines in a file.

    Refrence: http://php.net/manual/en/function.header.php

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: