i have installed on my computer WAMP
with PHP 5.2.9-2
. I want to install php_tidy
and i have read some tuts over the internet and i found out that i have to uncomment this extension=php_tidy.dll
in php.ini, the problem is that i can't find that line.
views:
89answers:
2
+1
A:
assuming you are on Wampserver 2.0 you just need to click on the Wampserver icon in your system tray, then go PHP > PHP extensions and click on php_tidy
seengee
2010-04-24 12:19:17
great :P thanks @seengee
kmunky
2010-04-24 12:28:01
A:
I've recently flipped the switch to enable php_tidy, and ran the examples from php.net as a test here:
http://www.php.net/manual/en/tidy.examples.basic.php
Unfortunately, I did not see any output. What am I doing wrong?
wannabenerd
2010-05-05 17:56:36