<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Php Ssl on Jamshid Hashimi</title><link>https://jamshidhashimi.com/tags/php-ssl/</link><description>Recent content in Php Ssl on Jamshid Hashimi</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Mon, 03 Oct 2011 07:30:31 +0000</lastBuildDate><atom:link href="https://jamshidhashimi.com/tags/php-ssl/rss.xml" rel="self" type="application/rss+xml"/><item><title>How to detect HTTPS SSL</title><link>https://jamshidhashimi.com/how-to-detect-https-ssl/</link><pubDate>Mon, 03 Oct 2011 07:30:31 +0000</pubDate><guid>https://jamshidhashimi.com/how-to-detect-https-ssl/</guid><description>You can detect HTTPS with the code line below in PHP
if (!isset($_SERVER[&amp;#39;HTTPS&amp;#39;]) || $_SERVER[&amp;#39;HTTPS&amp;#39;] != &amp;#39;on&amp;#39;){//Your code here}</description></item></channel></rss>