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
Posting from PHP page with form to CGI page with form
Moderator: General Moderators
-
jadedchron
- Forum Newbie
- Posts: 2
- Joined: Wed May 07, 2008 11:05 am
Re: Posting from PHP page with form to CGI page with form
It'll work fine, you don't have to do anything special.