-Original Message-
From: Graham Anderson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 07, 2007 3:34 PM
To: php-general
Subject: [PHP] ADODB Insert Question (Syntax)
Hi
What is the proper way to get the ADODB class to automatically add
quotes to the below sql ?
I'm guessing that the
http://www.php.net/releases/
-- N/A
-Original Message-
From: WyleySam [mailto:[EMAIL PROTECTED]
Sent: Friday, August 03, 2007 10:47 AM
To: php-general@lists.php.net
Subject: [PHP] Downloading PHP 521
Exactly where does one go to download PHP 521, not 523, not 522 but 521???
Every lin
You would probably want to use the combination of the MySQL query "SHOW
COLUMNS FROM " and the PHP function mysql_field_type().
An example would be:
) or die();
//Dummy variable for incrementing current field
$count = 0;
while($row = mysql_fetch_row($result)
However, wouldn't obtaining the id in that manner still possibly lead to
duplication? The DB would take care of the locking on the inserts, but the
inserts would be populated from a non-locking select, right? Which means
that, with two similar transactions getting ready to occur, you could end up
4 matches
Mail list logo