本文介绍了发票编号的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
i是php.how的新手,可以生成发票编号(EX:INV2008001)这种格式。
plz回复我的代码....
谢谢
palani
hi all,
i am new to php.how to generate invoice number (EX:INV2008001) this format.
plz reply me the code....
thanks
palani
推荐答案
这可能会产生重复的发票号码。
我认为最好的办法是拥有发票号码:INV20000001,然后递增。
将它保存在数据库中。
That could produce a duplicate invoice number, though.
I think the best way would be to have an invoice number : INV20000001, and then increment that.
Save it in a db maybe.
或者使用这个...
[php]
Or use this...
[php]
这篇关于发票编号的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!