RE: unique identifier using mysql_connect

2003-08-14 Thread Paul DuBois
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

RE: unique identifier using mysql_connect

2003-07-31 Thread Grant Cooper
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

Re: unique identifier using mysql_connect

2003-07-30 Thread Paul DuBois
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,