As some of you might know that the Mysqli extension for PHP is released.Let us discuss about it in some details:
What is MySqli?
The MySQLi Extension (MySQL Improved) is a relational database driver used in the PHP programming language to provide an interface with MySQL databases. MySQLi is an improved version of the older PHP MySQL driver, offering various benefits.
Some of the develpers faced a problem while installing the m=MySqli extension for PHP.So let me clarify the issue for windows users.
1.Go to C:/php/php.ini (the php.ini file stores all the informations regarding the behaviours of the PHP)
2.open php.ini and try to find out ;extension=php_mysqli.dll
3.Remove the semicollon at the begining.
Note:The semicolon works as a comment indicator i.e anything followed by a semicolon is a comment.So by removing the semicolon you can make it functional.
4.save the changes made.
5.Next, make sure that the actual extension file, php_mysqli.dll in this example, exists in the extension directory.
php_mysqli.dll can be found at c:/php/ext in windows
6.Now restart your server to make the changes permanent.
yes,you are done now.Nevertheless you can visit http://php.net/manual/en/book.mysqli.php for more details
As I am a PHP developer you will find more and more posts regarding PHP and MySql.If you have any doubts regarding the above steps please do not hesitate to comment or mail me at radheshyamnayak@rediffmail.com
No comments:
Post a Comment