This topic is locked

Auto Increment

12/9/2005 11:35:34 AM
PHPRunner General questions
B
bantoine author

Hi, how can make in ..._add file to be Auto increment?, I can do it with rand(1,100)

Is the a way to have it auto increment from 1 to XXX

S
sloftus 12/10/2005

I don't know if you can do that from within phprunner. I have Auto Increment fields in many of my tables but these are set up from within mysql. Usually they are ID fields which I set as indexes and at the same time check the Auto Increment option. Is this what you are trying to achieve?