Welcome Guest, Not a member yet? Register   Sign In
Unable to connect to the database.
#11

This is clearly a problem with your mysqli extension as the error says mysql_init is undefined.
Reply
#12

xampp\php\php.ini

PHP.INI


Code:
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;

;; if like this with a semi-colon
;extension=mysqli

;; remove the semi-colon
extension=mysqli
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB