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.