My customer has a login form on their site that goes to a remote database.
The remote database creates its own login errors if the user (say) types in
the password incorrectly. The customer wants customized messages.
My thinking is to have a form go first to a php form handling page on the
customer's server, check for errors. If there are errors then custom
messages can be echoed back to the login page. The issue is how can the, now
accurate, ID and PW get passed to the remote database automatically?
I am guessing that the initial error checking page would not encrypt the
password as that gets done on the remote database of which I have no
control.
My php skills are very basic. Any help would be appreciated. Is this at
least doable?
Thanks
Christopher
The remote database creates its own login errors if the user (say) types in
the password incorrectly. The customer wants customized messages.
My thinking is to have a form go first to a php form handling page on the
customer's server, check for errors. If there are errors then custom
messages can be echoed back to the login page. The issue is how can the, now
accurate, ID and PW get passed to the remote database automatically?
I am guessing that the initial error checking page would not encrypt the
password as that gets done on the remote database of which I have no
control.
My php skills are very basic. Any help would be appreciated. Is this at
least doable?
Thanks
Christopher
Comment