e.
authenticateUser($cookie_user,$cookie_passwd);
Hope this helps.
Best regards,
Jeremy Reed
"Jack" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Dear all
> I want to provide a login page to the user when they want to visit my
&g
What was the error message you received? Also, when passing the variables
to the mssql_connect() function, you need not use quotes since you've
already initialized them to the strings. Pass them as follows: $connection
= mssql_connect($a,$b,$c). Also, you aren't passing the actual sql string
t