theEclipse
Programmer
I am setting up a site where a part of it will be secure (order processing). The entire site uses a session-based user managment system, and I am finding out now that we can run into a problem when loading the SSL cert. if the site is not at the of the site (eg. vs somesite.com).
I figure no problem...I'll just check for and redirect to the it doesnt exist in my template file. Problem is, I cant seem to find a PHP $_SERVER var or simmilar that allows me to detect the address that the user typed in the address bar.
Right now I am implementing a Javascript soloution, but I would like to stay away from things like that (as the user could potentially turn it off). Is there a PHP way to check this?
Robert Carpenter
Remember....eternity is much longer than this ~80 years we will spend roaming this earth.
ô¿ô
I figure no problem...I'll just check for and redirect to the it doesnt exist in my template file. Problem is, I cant seem to find a PHP $_SERVER var or simmilar that allows me to detect the address that the user typed in the address bar.
Right now I am implementing a Javascript soloution, but I would like to stay away from things like that (as the user could potentially turn it off). Is there a PHP way to check this?
Robert Carpenter
Remember....eternity is much longer than this ~80 years we will spend roaming this earth.
ô¿ô