PROTECTED]; [EMAIL PROTECTED]
Subject: Re: unique identifier using mysql_connect
At 12:43 -0700 7/30/03, Grant Cooper wrote:
Can I get a unique identifier using the mysql_connect command by connecting
to the same host, same user but different database during the life time of
one script?
I currently do
PROTECTED]; [EMAIL PROTECTED]
Subject: Re: unique identifier using mysql_connect
At 12:43 -0700 7/30/03, Grant Cooper wrote:
>Can I get a unique identifier using the mysql_connect command by connecting
>to the same host, same user but different database during the life time of
>one scr
At 12:43 -0700 7/30/03, Grant Cooper wrote:
Can I get a unique identifier using the mysql_connect command by connecting
to the same host, same user but different database during the life time of
one script?
I currently do a
$conn_id = mysql_connect ($host_name, $user_name, $password);
Then call a,