|
Posted by Jerry Stuckle on 06/18/06 15:48
Terry wrote:
> dude wrote:
>
>> this is the code:
>>
>> $user = "user";
>> $pass = "";
>
> define('DB_USER','user');
> define('DB_PASSWORD','');
> define('DB_HOST','localhost');
>
> Works for me, YRMV.
The only difference is he's using variables and you're using constants. Either
will work fine.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|