I'm developing a site for my school as an event registration program. The pages are all using PHP, and the information is stored in a MySQL database. When I move over to SSL to access a page, though, all of the database access routines (to populate SELECT statements, for example) fail. On top of that, PHP loses track of HTTP_GET_VARS and HTTP_POST_VARS when I connect via SSL. Is there a way around this without a major rewrite and/or recompiling PHP with cURL?