Skip to content
Advertisement

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

JavaScript

Here the external PHP Code to randomize the numbers

JavaScript

And here the Java script

JavaScript

T Now my question…how i can let Show the numbers in a ordered list?

Advertisement

Answer

Extending Kool-Mind’s answer:

JavaScript
JavaScript

Try adding the code below(to generate the list):

JavaScript

Hope it helps =)

EDIT

This should be working fine now, hope it helps =)

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement