[PHP] OOP in PHP 5 won't work under IIS 5.1

2004-09-05 Thread Felix Ang
print out anything */ print $obj-Bar;/* Shouldn't print out anything */ print $obj-Foo;/* Shouldn't print out anything */ $obj-printHello(); ? It won't work. Does anyone have the same problem? I use PHP 5 with IIS 5.1 Brgds, Felix Ang

[PHP] please ignore my last question

2004-09-05 Thread Felix Ang
Dear all, Please ignore my last question. I found out that simple echo on known variable can't work either. It's probably an installation problem. Thanks, Felix Ang