my sql

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Alan Hudges
Posts: 1
Joined: 30 Aug 2007, 22:30

my sql

Post by Alan Hudges »

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?
mroeder
Posts: 39
Joined: 10 Apr 2006, 20:56

Post by mroeder »

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.
Post Reply