Problems getting Tidy to work in PHP4

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
newscloud
Forum Newbie
Posts: 2
Joined: Thu Oct 12, 2006 3:38 am
Location: Seattle

Problems getting Tidy to work in PHP4

Post 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!
Post Reply