well i have about seven columns with, say, column 1 on auto_increment. I'm then saying INSERT INTO table (col2, col3, col4...) VALUES (val2, val3, val4...); Notice I'm not putting anything in for the auto_increment column but it's values are 1, 5, 9...
Hope this helps
Jo