This is probably going to be an easy question to answer. Using php i'm trying to increment a number in a mysql database, is there a easy mysql command to do so?
Could u be a bit more clear...bout what ur requirement is?? if u want to increase the numbr by one each time u insert a record.. that can be done by declaring the field as autoincremnt.. regards..