Page 1 of 1
PHP post to ASP login
Posted: Mon May 24, 2004 10:28 am
by Olibgamgee
I am new to PHP, and I am looking for all the help I can get. I am wanting to make a PHP page that when you click "Continue" it posts a pre-setup username and password to an ASP page that has the username and password form and automatically logs the user in. I also want this php page to be secure somehow to where noboy can just view the setup password to login to the ASP page. Can anyone help me?
Posted: Mon May 24, 2004 10:33 am
by d3ad1ysp0rk
Why not do it all in asp or php?
Posted: Mon May 24, 2004 10:38 am
by Olibgamgee
Well to further let you in on our exact situation. We offer streaming media services. However, we go through another service to "push" our streams to the web at the bandwidth we need. While we have a php+mysql login page that our clients use to log into our website, we still have to enter a username and password on the asp page that is hosted by the Company that streams our media. This username and password is the only username and password we can enter into this page. We can not add multiple logins. So I was looking for information of possible creating a PHP script that would "post" the username and password into the fields on the ASP page and also submit them at the same time.
Posted: Mon May 24, 2004 2:16 pm
by hedge
check out this link
viewtopic.php?t=7063