Posted by mk on 10/13/58 11:30
Bob - Your code needs to look like this: <?PHP class Test{ var $lname = "Smith" ; function get(){ return $this->lname ; } } $whyme = new Test ; echo $whyme->get() ; ?> Hope this helps! Mike
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming