In article <Pine.LNX.3.96.1010301102752.419D-100000@localhost>,
 [EMAIL PROTECTED] ("M. A. Ould-Beddi") wrote:

> I need a sequence of small integers for primary
> keys in mysql tables; I want php to generate them.
> How can I do that?

A sequence of integers for the primary of a table in a mysql database....  
Mind if I ask why you don't want to use let mysql do that by assigning 
"auto_increment" to the field?

-- 
CC

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to