PDA

View Full Version : redirect



yesberger
28 May 2006, 05:47 PM
I run the site www.saraye.com (http://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.

Rincewind
29 May 2006, 10:52 AM
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.