PHP + SSL = Errors
I have a PHP form that is on a secure server. Simple enough.
Issue 1: Submitting
NS7 -- Works
IE6 -- Works
IE5.5 -- Doesn't Work -- It won't submit it through
Any idea?
Issue 2: Handler Page
This is for a shopping cart -- If the order was approved or declined(from Linkpoing API), then I want it to include approved.html or declined.html, respectively. HOWEVER! This is a Secure Page (SSL) and when it uses include() it breaks encryption
The CC data has already been sent securely, but I don't want the user to get paranoid by seeing the secure errors
How can I avoid this?
Thanks
Busy posted this at 03:37 — 28th January 2003.
He has: 6,151 posts
Joined: May 2001
Make sure the form is valid (start and end form tags etc). are you using any CSS with the form and are you using a DOC tag?
Tried using require instead of include?
How about just having variables in the page and using an if statement or something.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.