RE: [PHP] Re: Problems connecting to a MySQL database

2002-12-12 Thread Craig Thomas
>>previous page. Try putting the log in information and anything >>else needed >>in hidden fields in your form. YIKES!...hidden form fields are viewable in the html source generated. session_register() anyone? I thought you were trying to re-use the db connection? if so, use mysql_pconnect() i

Re: [PHP] Re: Problems connecting to a MySQL database

2002-12-12 Thread Hugh Danaher
IL PROTECTED]> Sent: Thursday, December 12, 2002 11:58 AM Subject: [PHP] Re: Problems connecting to a MySQL database > A prompt? Not sure I understand. > > The first time around it connects ok with PHP. I can retrieve all the rows. > It's the 2nd time where it doesn't. >

[PHP] Re: Problems connecting to a MySQL database

2002-12-12 Thread eric
A prompt? Not sure I understand. The first time around it connects ok with PHP. I can retrieve all the rows. It's the 2nd time where it doesn't. Jeff Bluemel wrote: > have you tried connected to the mysql database from a prompt before using > php??? > > > "Eric" <[EMAIL PROTECTED]> wrote i

[PHP] Re: Problems connecting to a MySQL database

2002-12-12 Thread Jeff Bluemel
have you tried connected to the mysql database from a prompt before using php??? "Eric" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Greetings! > > I have a script which attempts to connect to the database in three different > segments of code. > > I'm using