Threesuns

Email the Instructor

Contact

All Semesters

Semesters

All Courses

Courses

PHP Programming (Online)

CSYS2463

3 credits

2017Fall

08.22.16 - 12.18.16

PHP Programming (Online)

CSYS2463


12:00 AM - 12:00 AM

Setup MySQL for PHP on Windows

How To

Edit the php.ini file

Step 4

Edit the c:\windows\php.ini file

Change the line that reads
extension_dir="./"
to
extension_dir="c:\php\ext\"

Locate the statements
;extension=php_mysql.dll
and
;extension=php_mysqli.dll
and uncomment them by removing the semicolon (;) from the start of the lines leaving:
extension=php_mysql.dll
and
extension=php_mysqli.dll

Save the php.ini file