RE: PHP problem
If you do have MySQL installed, open ur script and find a part near the top of it which has stuff like:
$user="root"; //username
$db="yourdatabase"; //database
$host="localhost"; //
$pass="yourpassword"; //password
This tells the script the info to connect to your database.
And also make sure the service is running in the services list.
|