My review script is called using this type of code:
<?php $id="84"; include "../../reviews/main.php"; ?>
Each page has a different unique ID.
This is the script for this page https://www.to-hawaii.com/oahu/beaches/armybeach.php
Even though the page displays secure there is one element that's not. Check this page with https://www.whynopadlock.com and you will see:
Number of insecure items: 1
Insecure URL: http://www.to-hawaii.com/
Found in: https://www.to-hawaii.com/oahu/beaches/armybeach.php
Is there a way to make this script secure so this warning is not displayed?