PHP + SSL = Errors

nike_guy_man's picture

They have: 840 posts

Joined: Sep 2000

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

Laughing out loud

Busy's picture

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.