PHP & MySQL – Generate own unique reference
I am currently coding a web application which I will need to create unique reference for quotes and invoices. I wanted to create a reference that included the year and month then an reference number. i.e YYYY-MM-001. The web application…