View Single Post
Old Feb 19th, 2006, 4:45 PM   #3
MrMan9879
Programmer
 
MrMan9879's Avatar
 
Join Date: Sep 2005
Location: Nanaimo, BC, Canada
Posts: 97
Rep Power: 0 MrMan9879 is an unknown quantity at this point
Send a message via MSN to MrMan9879
I checked there already, and I looked again just to be sure... and everything seems to be right in my code. But, I thought this was strange...

Quote:
Predefined Classes
mysqli

Represents a connection between PHP and a MySQL database.
This is what it says for mysqli, but when I run my code, again, this error comes up...

Quote:
Fatal error: Class 'mysqli' not found in d:\Apache\Apache\htdocs\results.php on line 27
It's almost as if the class isn't defined even though it should be.

I checked my php.ini file too, and the php_mysqli.dll extension is turned on.
MrMan9879 is offline   Reply With Quote