$db = mysql_connect($host, $user, $pass);
Thats setting up a mysql database (something you would do in cfadmin
in cold fusion) with the values of $host $user and $pass which are set
elsewhere
mssql_select_db($database,$db);
This is saying use the database $database in the connection $db (which
you just made) again set elsewhere.
if you are going to be messing with php http://www.php.net/ thats helpful
Does that help?
On Mon, 20 Sep 2004 15:44:30 -0400, Asim Manzur <[EMAIL PROTECTED]> wrote:
> could someone please help me on the following line of code.
>
> $db = mysql_connect($host, $user, $pass);
> mssql_select_db($database,$db);
>
> the above is using to connect with MySQL
> I need to connect with MSSQL
>
> Thanks
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

