Skip to content

Tag: php

Ordered list with random numbers between 1 and 49

I have some problems to Code an simple PHP ordered list that print out a random number list between 1 and 49. The Main Code Here the external PHP Code to randomize the numbers And here the Java script T Now my question…how i can let Show the numbers in a ordered list? Answer Extending Kool-Mind’s …