Search found 3 matches
- Sun Nov 21, 2010 11:02 pm
- Forum: PHP - Code
- Topic: Fatal error: Class 'mysqli' not found
- Replies: 3
- Views: 1638
[Solved]Re: Fatal error: Class 'mysqli' not found
1. Viewd the dependencies for mysqli via Dependency Walker ( thank you very much ...great tool) libmysql dll was missing ..added the dll to system32 folder .now it works
- Sun Nov 21, 2010 7:28 am
- Forum: PHP - Code
- Topic: Fatal error: Class 'mysqli' not found
- Replies: 3
- Views: 1638
Re: Fatal error: Class 'mysqli' not found
this is what i get Fatal error: Call to undefined function mysqli_connect()
- Sun Nov 21, 2010 6:09 am
- Forum: PHP - Code
- Topic: Fatal error: Class 'mysqli' not found
- Replies: 3
- Views: 1638
Fatal error: Class 'mysqli' not found
Hey i am a newbie in PHP , was trying to access DB with following code $db = new mysqli('localhost', 'root', 'XXXXXXX', 'YYYYYY'); i get the error Fatal error: Class 'mysqli' not found i am using PHP Version 5.2.6 and php_mysqli.dll version 5.2.6.6 1. I checked for extension_dir C:\PHP\ext 2. extens...