- From: Joerg Ottermann <joerg@ottermann.de>
- Date: Wed, 08 Jun 2005 14:31:34 +0200
- To: "html-tidy@w3.org" <html-tidy@w3.org>
hi folks, i have a problem by using tidy from a php-script like this: $aufruf = "C:\\WINNT\\tidy.exe --tidy-mark no --indent yes --clean yes --logical-emphasis yes --write-back yes --error-file ".$path."mytidy.log ".$path.$filename.""; if(!$tidy = popen($aufruf,"r")) //....... the output-file seems to be cutted somewhere in the middle and the rest of the code is gone. maybe a buffer-problem? Greetings, Joerg
Received on Wednesday, 8 June 2005 17:27:01 UTC