Hi,
I am having problems trying to redirect from php code to the another html file with username and a password as parameters.
Basically, I authenticate with a certificate at one place, so when I obtain username and password I would like to redirect to an html form to automatically fill-in UserName and password input fields.
I know to use Header(URL) to redirect, but how do I send username and password and automatically put those values in the input fields on the form?
Thank you very much,
Leon