I'm starting to wonder if I am having compatability issues.
OK, I'm new to PHP and still learning.Right now I am in the set-up phase. Here is the software I have:
- Apache 2.0.5
- PHP 5.2.0
- MySQL 5.0.27
My Apache is configured to process PHP, I moved php.ini to my windows folder, and I activated the extension "extension=php_mysql.dll" by removing the semi-colon, and activated "extension=php_mysqli.dll" by writing it in on the next line.
Next, I opened a php test page (with the phpinfo() code) in my browser. The page opened exactly as expected except there was NO SQL section, indicating that the mysql support is not activated.
What could the problem be?
Is it possible that my version of php does not accept those kinds of extension? Are those three programs compatable with each other? I even double checked the extension spelling. I am stuck.
2006-11-07
12:44:01
·
4 answers
·
asked by
Anonymous