I have an application in php that is intended for shared hosting. So, I am going to have a hard time always getting html tidy compiled, since the hosts will vary, and what they provide will vary.
Is it possible to just include the tidy executable in with my php application, and somehow, pipe html through that for cleaning?
I am just looking for a way to have html tidy bundled with my app, and not have to install or compile it after.
Thanks.