Re: [PHP] Need Function generating integers

2001-03-01 Thread Miles Thompson
Use MySQL's autoincrement ? Miles At 10:29 AM 3/1/01 +, 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? > >Thanks > > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, e-mail

Re: [PHP] Need Function generating integers

2001-03-01 Thread CC Zona
In article , [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

[PHP] Need Function generating integers

2001-03-01 Thread M. A. Ould-Beddi
I need a sequence of small integers for primary keys in mysql tables; I want php to generate them. How can I do that? Thanks -- 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 admi