Page 1 of 1

Posting from PHP page with form to CGI page with form

Posted: Thu Oct 23, 2008 2:49 pm
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

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

Posted: Thu Oct 23, 2008 4:05 pm
by requinix
It'll work fine, you don't have to do anything special.