自动递增字母数字字符php
可以使用 php 自动递增字母数字,所以它看起来像:
AB001
AB002
...
...
BA001
...
...
ZZ001
然后需要将这段代码添加到 mysql,我正在考虑 varchar(5)。
干杯,
Is is possible to auto increment an alphanumeric number with php so it looks like:
AB001
AB002
...
...
BA001
...
...
ZZ001
This code will then need to be added to mysql, I was thinking a varchar(5).
Cheers,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试一下,看看
编辑
字母和数字的反转
或ZZ999之后的反转
Try it and see
EDIT
Reverse of letters and digits
or reversal after ZZ999