I've just got my apache and php to work, displaying the test page showing the php info page. However, although I have my sql program set up and running, it is not listed in the info page.
I've removed the semi-colon statements from the php config file, and to my knowledge, this should allow php to see msql. But after making the changes, saving them and restarting my apache server, I'm still not seeing the mysql in the php info screen.
Is it necessary to see this mysql information in the test page [phpinfo()] first, or can I continue setting up my system. And if the mysql information must be available before continuing, how else can I enable php to see mysql?
Thanks for your help.