View Single Post
Old 01-13-2013, 06:36 AM   PM User | #6
Ctechinfo
New Coder

 
Join Date: Sep 2012
Posts: 90
Thanks: 3
Thanked 3 Times in 3 Posts
Ctechinfo is an unknown quantity at this point
Quote:
Originally Posted by Fou-Lu View Post
Have you followed the documentation here: http://php.ca/manual/en/mysqli.installation.php?
Looks like you're on windows, so you'll need to add the libmysql.dll to a system path if you have < 5.3. 5.3+ won't need the libmysql.dll, so I'd suggest updating the PHP version anyway if you are < 5.3. If not, check the httpd logs, it should be triggering an error if you've uncommented the extensions in PHP but it still won't load.
Windows 7 Home Premium
Apache 2.0.64 (Newest Windows version I found)
PHP 5.2.17 (to be compatible with live server)
MySQL 5.5.29 (oddly enough the phpinfo()) script doesn't even mention MySQL)..

The installation tutorial(s) I used were all found on the same site (which of coarse I can't recall now).
Ctechinfo is offline   Reply With Quote