I cant use auto increment in phpmyadmin for this but I would like to see if its possible and find a way to get the max(displayorder) +1 every time there’s a row insert. Could someone show me how this is done if it’s possible? I am using mysql.
Share
Why can’t use auto_increment?
This should work.
but be aware that it is unreliable.