12-Nov-2014, 08:50 PM
Hi folks
I'm looking for a spot of help and I'm sure I'm missing something obvious.
I have the script installed on domain/COMMENTS/LBCupload and I'm not able to get the correct path... I've tried '../../upload' and '../../LBCupload' but notyhing seems to be working, I cannot get the script to display. Any pointers would be awesome.
Cheers
Barry
<?php
$cmtx_identifier = '1';
$cmtx_reference = 'Page One';
$cmtx_path = 'upload/';
require $cmtx_path . 'includes/commentics.php'; //don't edit this line
?>
I'm looking for a spot of help and I'm sure I'm missing something obvious.
I have the script installed on domain/COMMENTS/LBCupload and I'm not able to get the correct path... I've tried '../../upload' and '../../LBCupload' but notyhing seems to be working, I cannot get the script to display. Any pointers would be awesome.
Cheers
Barry
<?php
$cmtx_identifier = '1';
$cmtx_reference = 'Page One';
$cmtx_path = 'upload/';
require $cmtx_path . 'includes/commentics.php'; //don't edit this line
?>