php ran num mysql q
php ran num mysql q
Out of context: Reply #1
- Started
- Last post
- 6 Responses
- gravityroom0
Just set up the mySQL table to auto-increment the customer ID field...
Then you don't need to even submit a number when you enter something in the database - it will do it automatically
Set the ID in your database to be a 5 digit integer. Also set it to zero fill and auto-increment. Then you're good to go.