i need help for register php . my register php dont work -.- ..
Quote:
well its easy
open your PHP.INI in your xampp or whate even you use
path for xampp "\xampp\php"
and look for
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
Find:
;extension=php_mssql.dll
note that there is a ; before the line
remove the ; save file and restart xampp
you should have
extension=php_mssql.dll
That's it :)