Re: [PHP-DB] Inseting info into MySQL and retrieving all in one SQL command

2001-08-19 Thread Richard Chauvaux
the manual for more. >> >> HTH >> Beau >> >> // -Original Message----- >> // From: Scott Mebberson [mailto:[EMAIL PROTECTED]] >> // Sent: Thursday, 9 August 2001 8:49 AM >> // To: [EMAIL PROTECTED] >> // Subject: [PHP-DB] Inseting

Re: [PHP-DB] Inseting info into MySQL and retrieving all in one SQL command

2001-08-19 Thread CrossWalkCentral
ore. > > HTH > Beau > > // -Original Message- > // From: Scott Mebberson [mailto:[EMAIL PROTECTED]] > // Sent: Thursday, 9 August 2001 8:49 AM > // To: [EMAIL PROTECTED] > // Subject: [PHP-DB] Inseting info into MySQL and retrieving > // all in one SQL > // c

RE: [PHP-DB] Inseting info into MySQL and retrieving all in one SQL command

2001-08-08 Thread Beau Lebens
]] // Sent: Thursday, 9 August 2001 8:49 AM // To: [EMAIL PROTECTED] // Subject: [PHP-DB] Inseting info into MySQL and retrieving // all in one SQL // command // // // Hi guys, // // I am adding some information to my MySQL database. It is // user's information. // So it has things like

[PHP-DB] Inseting info into MySQL and retrieving all in one SQL command

2001-08-08 Thread Scott Mebberson
Hi guys, I am adding some information to my MySQL database. It is user's information. So it has things like email address, password, username, all that sort of stuff. What I need to do is once I have added it found out the id - a primary key which auto increments itself. At the moment I am doing