Page 1 of 1

Problems getting Tidy to work in PHP4

Posted: Tue Oct 24, 2006 2:00 pm
by newscloud
I'm trying to use Tidy in PHP4 on Debian/Apache 1.3.

I've installed this package
tidy/stable uptodate 20050415-1

and I've added the extension=tidy.so to my php.ini file and restarted apache.

extension=mysql.so
extension=tidy.so

What's the proper include to use to instantiate the tidy object? $tidyObj=new tidy(); gives an error.

Thanks for your help!