Hi guys,
Im a real newbie to PHP and this will probably seem like a newbie question.
I have a file called store.php which is contained within /cart/d/store.php
inside the file at the top is has the following:
<?php include("conf.php"); ?>
<?php include("../../include/header.php");
The problem im having is when I pass this lot through https://www.mysite.com it states that I have unsecure content. Is there a way (simple) to include things into a file that are interpreted securely.
Hope this makes senseπ:queasy: