Results 1 to 3 of 3

Thread: [resolved] A PHP response.redirect?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2004
    Posts
    121

    Resolved [resolved] A PHP response.redirect?

    Does PHP have such a thing as the response.redirect in ASP?
    Many thanks.
    Last edited by solitario; May 27th, 2005 at 02:54 PM.

  2. #2
    Frenzied Member sciguyryan's Avatar
    Join Date
    Sep 2003
    Location
    Wales
    Posts
    1,763

    Re: A PHP response.redirect?

    If that redirects to another location then there is:

    Code:
    header("Location: YourPage.php");

    Have a look here: www.php.net/header

    Cheers,


    RyanJ
    My Blog.

    Ryan Jones.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2004
    Posts
    121

    Re: A PHP response.redirect?

    Thank you sciguyryan.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width