Page 1 of 1

how could I determin if in ssl environemnt

Posted: Tue Jan 03, 2006 8:25 am
by jmut
I am generating this link
but
on one system I am working it is http
on the onter it should be https

Is there any way I could determine this automatically.

Posted: Tue Jan 03, 2006 8:29 am
by hawleyjr
The $_SERVER variable will hold all the information you need :)

Posted: Tue Jan 03, 2006 8:38 am
by jmut
hawleyjr wrote:The $_SERVER variable will hold all the information you need :)
yepee :)
10xy