Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: BobKatter15
  • Order by date
  1. BobKatter15

    checking for https

    Try this function: function requireSSL() { if (!array_key_exists("HTTPS",$_SERVER) || $_SERVER["HTTPS"] != "on") { header("Location: https://" . $_SERVER["SERVER_NAME"] ...

Part and Inventory Search

Back
Top