I've recently installed IIS on my XP Pro computer.
I've also installed PHP 5 on it.
I tested the php and it works fine.
BUT...
When I ran a PHP script that needed to connect to a MySQL database it gave me the following message:
Fatal error: Call to undefined function mysql_connect() in c:\Inetpub\wwwroot\pages.php on line 5
I read on the internet that that means that I need to "compile PHP with MySQL support". Can anyone show me how to do that step by step?