Hello
I need to insert some php into a html page to check if the current url is for the http:// or https:// page. If it is the httpd:// version then there will be link to the secure page.
I cannot use $php_self because it does not include the start of the url, just the location of the page.
Any ideas would be greatly appreciated.
Jon