Hi, I have a problem setting up classes in php. I have just cloned working code, including a class in an .inc include file, but when I try to instantiate an object $objectname = new Classname I get no more output to the screen.
Is this a setup problem? If not, why can't I trace my way through the program with echos?
-Thanks -Pat Morris