mistic100/RandomColor.php

I want fix color everytime whenver i refresh the page

Closed this issue · 1 comments

I don't want randomcolor. I want fix color everytime whenever i refresh the page. How can i get this??

You know you can edit your messages instead of creating it three times ?


Reset the pseudo random generator before generating the color :

mt_srand(123456);