Results 1 to 2 of 2

Thread: redirect

  1. #1
    Join Date
    May 2006
    Posts
    6

    redirect

    I run the site www.saraye.com and how can I make it so that when you use a form and click submit it will go to a different page saying you logged in, because otherwise you can't tell if your logged in... This seems like something easy, just add a little snippet into the form code or something..



    Thanks a lot for your help.

  2. #2
    Join Date
    Mar 2004
    Location
    China
    Posts
    3,315
    Depends what script you are using to do the login. Usually, the form sends to a script that checks the form then redirects to a page such as the home page, or reject page. You should be able to find the line in the current script that does the redirection and just change the URL.

Posting Permissions

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