starting with php 5, the php development community shipped php with the mysql and sqlite extension disabled by default. so you need to enable the mysql and sqlite extensions in your php.ini file. after you edit your php.ini file, restart apache for the new settings to take effect. if it worked you see a section for mysql and sqlite in the results of running phpinfo()