Ik start een php file op die begint zo
<?php
//main
include "/volume1/web/connect.php";
function GetSlowFigures(){
Als foutmelding krijg ik deze fouten
/opt/bin/pvcacher.php: line 1: can't open ?php: no such file
/opt/bin/pvcacher.php: line 2: //main: not found
/opt/bin/pvcacher.php: line 3: include: not found
/opt/bin/pvcacher.php: line 5: syntax error: unexpected "("
Het lijkt net of de php file niet uitgevoerd kan worden of mis ik iets
Hans