[PHP-WIN] PHP 5 - Apache2 - mysqli class not found

2005-02-17 Thread Dave Adler
I have an install of PHP 5 on Windows 2003 Server with Apache 2 and when I reference mysqli in my php code, I get an error that the mysqli class is not found. I looked at the php.ini file and I added a line for php_mysqli in the extensions section and I edited the extension_dir directive to poi

[PHP-WIN] Problem using Include Function with PHP5/Apache2.0/W2K3 Server

2005-02-16 Thread Dave Adler
I am new to PHP and Apache. I am trying to use the include function to include a file that has my web page header and menu, similar to what I used to do with SSI. So I have a file called menu.inc that is in the /includes folder off of the doc root. the file has HTML in it to display a menu and