SPrelewicz
Programmer
Here is my problem.
I have a link that will pass a query string like follows.
Script 1 checks to see if a user can authenticate by IP, and if so passes them on where they want to go with the arguments helping get them to a specific location. However, if they cannot IP authenticate, they must go to a page to enter a username and password. After entering, they are taken to a script which checks if they are okay. What I want to do is have the first query string remembered so when they authenticate they are immediately taken to the specific page requested. I guess what I need to do is append the first query string to the form that has the username and password fields. Any suggestions or snippets? Thanks in advance for the help.
I have a link that will pass a query string like follows.
Script 1 checks to see if a user can authenticate by IP, and if so passes them on where they want to go with the arguments helping get them to a specific location. However, if they cannot IP authenticate, they must go to a page to enter a username and password. After entering, they are taken to a script which checks if they are okay. What I want to do is have the first query string remembered so when they authenticate they are immediately taken to the specific page requested. I guess what I need to do is append the first query string to the form that has the username and password fields. Any suggestions or snippets? Thanks in advance for the help.