A
|
alang 8/29/2007 |
Set up the database field to "Auto Inc" using database admin tool and then make sure you don't include this field on your edit/add pages in PHPRunner projects. When a record is added, the database will assign the next available number. |
H
|
horsey_kim author 8/29/2007 |
Set up the database field to "Auto Inc" using database admin tool and then make sure you don't include this field on your edit/add pages in PHPRunner projects. When a record is added, the database will assign the next available number.
|