Posting from PHP page with form to CGI page with form

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
jadedchron
Forum Newbie
Posts: 2
Joined: Wed May 07, 2008 11:05 am

Posting from PHP page with form to CGI page with form

Post by jadedchron »

Hi guys,

I have two different frameworks setup on my server. One of which, is a PHP page with a login. The other page is the current working login page which uses .cgi.

My question is: is it possible to post login details from one PHP form page to the CGI page for it to process or does it use different variables/types? If so, how would I go about it?

Thanks for your time,
Nick
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Posting from PHP page with form to CGI page with form

Post by requinix »

It'll work fine, you don't have to do anything special.
Post Reply