Page 1 of 1

PHP Tutorial: Minecraft Server Info Using Minequery

Posted: Tue Sep 03, 2013 11:51 am
by sidianto
]Hi i need help

i get this err.: Parse error: syntax error, unexpected 'include' (T_INCLUDE) in C:\xampp\htdocs\core\init.inc.php on line 5

on this code
<?php

$path = dirname(__file__)

include("{$path}/config.inc.php");
include("{$path}/inc/mc.inc.php");

?>
tnx

//sidianto

Re: PHP Tutorial: Minecraft Server Info Using Minequery

Posted: Tue Sep 03, 2013 2:37 pm
by Temor
You need an ending semicolon here:
$path = dirname(__file__);

Re: PHP Tutorial: Minecraft Server Info Using Minequery

Posted: Tue Sep 03, 2013 4:35 pm
by sidianto
tnx it Works

Yeay