i have managed to install php but it seems to be not connected to mysql
is there a batch or something that makes it automatically?
my sql
Moderators: Developer, Contributor
Hi, Alan.
That's an issue best researched over on the PHP web site. To start, something you might want to do is make a simple web page called test.php that contains this code:
[?php
phpinfo();
?]
(But change the square brackets to angle brackets!) Visit the page with your web browser, then search for "MySQL". You should see a lot of references and a section devoted to MySQL. If you don't, then you have a fundamental problem that needs to be addressed first.
That's an issue best researched over on the PHP web site. To start, something you might want to do is make a simple web page called test.php that contains this code:
[?php
phpinfo();
?]
(But change the square brackets to angle brackets!) Visit the page with your web browser, then search for "MySQL". You should see a lot of references and a section devoted to MySQL. If you don't, then you have a fundamental problem that needs to be addressed first.