Link to home
Start Free TrialLog in
Avatar of Marcus P
Marcus P

asked on

SQL Databse credetials?

Hey, i'm trying to connect to SQL database with this code, but it refuses to connect what ever i type in there, i don't know wich user/password/ip i need to type in.

<?php
date_default_timezone_set('UTC');

define("", "");

$db_host     = "";
$db_user     = "";
$db_password = "";
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

but it refuses to connect what ever i type in there, i don't know wich user/password/ip i need to type in.
well, you need to know what that error message means, share it here if necessary

it could be different reasons why you can't connect to your database via your php codes.
SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
any further assistance needed here?
as proposed