I keep getting an error. Here is some code.
Yeah, that's all.Code:<?php // PSystem.php namespace PSystem; ?>
I keep getting this error.Code:<?php // tester.php include 'PSystem.php'; echo "Works"; ?>
Is this how you are supposed to be loading namespaces, or is this just some weird error?Code:PHP Parse error: syntax error, unexpected T_STRING in C:\\Server\\Main\\Includes\\PSystem.php on line 2




Reply With Quote