I'm using PHP4.01pl2 on Linux 2.2 and am using Apache for the webserver.
I have forms which are passing variables from regular http PHP pages to secure https PHP pages. The form objects disappear when being sent to the https page.
I've seen that libcurl is an option if you want to retreive a secure page...however I want to pass this information through to the resulting secure page. I also have situations where one secure page is calling another secure page and I simply want to pass the form variables between them.
Does anyone have any information about getting this to work?
Any assistance is appreciated.
Thanks!