Problems getting Tidy to work in PHP4
Posted: Tue Oct 24, 2006 2:00 pm
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!
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!