i've been trying to get mysql enabled in php. i've followed all the instructions, read many many posts/how to's/etc which pretty much all say the same thing...
unfortunately nothing works. nothing i have done will get mysql to show up in
<?php
phpinfo();
?>
- PATH includes c:\php
- extension_dir = "c:\php\ext" ..also tried "c:/php/ext" since i saw that posted on one of the docs
- extension=php_mysql.dll set in php.ini
- extension=php_mysqli.dll set in php.ini
- IIS restarted
- server restarted
- hair pulled
- go to step 1
am i missing something? plz help!