I have absolutely no idea what is going on???
Error:
Parse error: parse error, expecting `T_STRING' in /home/mazda3/public_html/php/dbclasses.php on line 12
Code:
<?php
// basic classes
class item {
var $id;
var $name;
var $description;
var $website;
var $rating;
var $userid;
function print() {} <---- line 12
}
What is the problem?