Is it possible to esacpe from db.cgi, after having just logged in as a new user(assuming success), before it takes you off to &html_signup_success, to go to an index2.php page, with the strings for userid and password(pw) carried with you to pick up on in the php page?
I hope this makes sense. I am just starting to learn php, and have got a little bit of the perl sussed, but boy am I a novice here!!.
If you go to www.jagar.co.uk, you can hopefully see the type of thing that I am trying to get. I want to have one site log on, using the dbman log on and one common password system, and then use a menu page which allows you to go and search the variety of databases which will be on the site on one login, insted of doing it seperately each time.
Any help would be gratefully appreicted.
Note: I have got it working like I want, but am having to rely on creatiing a zero second redirect page in the &html_signup_success coding, and I just wanted to avoid that and go straight to the page if possible.
I hope this makes sense. I am just starting to learn php, and have got a little bit of the perl sussed, but boy am I a novice here!!.
If you go to www.jagar.co.uk, you can hopefully see the type of thing that I am trying to get. I want to have one site log on, using the dbman log on and one common password system, and then use a menu page which allows you to go and search the variety of databases which will be on the site on one login, insted of doing it seperately each time.
Any help would be gratefully appreicted.
Note: I have got it working like I want, but am having to rely on creatiing a zero second redirect page in the &html_signup_success coding, and I just wanted to avoid that and go straight to the page if possible.