Re: [PHP-WIN] MySQL Support

2005-06-13 Thread Paul Menard
What version of PHP and MySQL. For a long time PHP comes with MySQL support compiled in (especially on Windows). P --- "Brian D. McGrew" <[EMAIL PROTECTED]> wrote: > I installed a pretty general manual installation of PHP and it's > working, I do a phpinfo() and life is good. I can't seem to g

Re: [PHP-WIN] Extension

2005-06-13 Thread Frank M. Kromann
Hi Brian, IIS uses script mapping to tell the server how files are handled. When you configured IIS to handle .php files you created (or the installer did) a script map that tells the server that all .php files should be passed through php-cgi.exe or php5isapi.dll. If you do the same for html fil

[PHP-WIN] Extension

2005-06-13 Thread Brian D. McGrew
Good morning, I seem to have PHP working with IIS reasonably well, I have a .php file with in it and life is good. If I put that same line in an HTML file the server doesn't know what to do with it. On Unix with Apache and PHP I can put PHP directives in .htm[l] files and it works. Anyone k

[PHP-WIN] MySQL Support

2005-06-13 Thread Brian D. McGrew
I installed a pretty general manual installation of PHP and it's working, I do a phpinfo() and life is good. I can't seem to get it to connect to MySQL though. I read something about the extensions and PEAR and all that. I've got the libraries in my Windows directory and all that but when I do a