PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hello forums !!
I am getting problem in generating unique hexcolors ie #XXXXXX
Can anybody provide me the help regarding generation of unique hexcolors ??
Thanks to all of You in advance..
I'm not sure what context you mean when you say 'unique', but a word of advice: whatever your application is do not use random colours in it. Colour is an important feature for usability and you need to choose them carefully (even if that is through an algoritm).