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
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