PHP Programming (Blended)
3 credits
01.11.10 - 05.09.10
PHP Programming (Blended)
Monday Wednesday
02:00 PM - 03:20 PM
Setup MySQL for PHP on Windows
Edit the php.ini file
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