^ i've been trying to autoincrement 2 rows, however whenever i try this it fails to create the table, only when i auto-increment one and the one thats auto-incremented is the primary key.. any ideas? thanks
I guess you are using MySQL; mysql has a limitation of allowing only one auto_increment column per table.