Posted by Sheldon Glickler on 03/01/06 13:55
"Sheldon Glickler" <sheldonlg@bellsouth.net> wrote in message
news:tOfNf.42241$X7.34902@bignews7.bellsouth.net...
> $hostname_Login = "localhost";
> $database_Login = "the database name";
> $username_Login = "the username";
> $password_Login = "the password";
> $apbLogin = mssql_pconnect($hostname_Login, $username_Login,
> $password_Login) or die(mysql_error());
cut and paste error. make that
> $Login = mssql_pconnect($hostname_Login, $username_Login,
I thought I changed removed all the apb's for the posting. Missed one The
original has it all there. I just wanted to make it as neutral as possible
for posting.
[Back to original message]
|