Hello Still a bit of a newb with PHP, was hoping someone could tell me how to create a record column in my table that starts at 1 and as a new record is added, the value is incremented. So 1,2,3,etc.
Im using PHPMYADMIN Thanks!
Thanks - just added a column titled id with the value of an integer and added an autoincrement function that is available in phpmyadmin