[PHP-WIN] Re: Login and select Query in Mysql

2001-12-27 Thread Jeremy Reed
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

[PHP-WIN] Re: MSSQL DB Connect

2001-12-21 Thread Jeremy Reed
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