Reply to Re: Newbie Question: Class produces parse error
Posted by Joachim Weiί on 08/18/05 05:20
greg.scharlemann@gmail.com schrieb:
> I'm trying to setup a class in a php file nd it produces the following
> parse error:
> class TEST{
> public $testVar;
^^^^^^ PHP 5 needed
> }
> ?>