How can i use the MySQLi functions ?

Views: 49 Last modified: July 31st, 2011 Comments: 0

You must enable the mysqli extension before you can use the concerned functions. In windows, go to your directory where your php.ini file has been saved. Open it and search for

;extension=php_mysqli.dll

Remove the semicolon and save your file. Restart apache and have fun!

Correct example

extension=php_mysqli.dll
VN:F [1.9.13_1145]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.13_1145]
Rating: 0 (from 0 votes)

    Mail this!

    To: From:Sum {0+1} =  
    Anything to add ?

        You must be logged in to post a comment.