PHP post to ASP login

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Olibgamgee
Forum Newbie
Posts: 2
Joined: Mon May 24, 2004 10:28 am

PHP post to ASP login

Post 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?
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

Why not do it all in asp or php?
Olibgamgee
Forum Newbie
Posts: 2
Joined: Mon May 24, 2004 10:28 am

Post 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.
hedge
Forum Contributor
Posts: 234
Joined: Fri Aug 30, 2002 10:19 am
Location: Calgary, AB, Canada

Post by hedge »

check out this link viewtopic.php?t=7063
Post Reply