Re: How do I switch back to HTTP from server-side?
Let's say, the user enters data and the form sends it as HTTPS. PHP does it's thing and rather than continuing the HTTPS connection, it instead sends the output as HTTP (because, let's also say the output is from a search result and nothing dreadfully important and HTTPS for search results is just silly). How about that? Any ideas? ...because otherwise I'm gonna have to write a javascript parser for this...
|