generate random unique hex color code using php

Solutions on MaxInterview for generate random unique hex color code using php by the best coders in the world

showing results for - "generate random unique hex color code using php"
Océane
13 Apr 2019
1echo '#' . substr(str_shuffle('ABCDEF0123456789'), 0, 6);