When I try to running following PHP script in my web browser :
<?php
phpinfo();
?>
Its showing me following error, which I cannot understand as I am beginner and this error makes no sense.
Notice: Undefined index: HTTPS in /Applications/XAMPP/xamppfiles/htdocs/xampp/test.php on line 1
P.S. I am using XAMPP on MAC OS X machine. And, executing script via this URL http://localhost/xampp/test.php
127.0.0.1/xampp/test.php
? – Darren