Baseball Freak
New member
I need help with a small part of my script. (PHP)
I need something that will make a random number.
But the thing is, I need it to use these numbers:
1
2
3
4
5
6
7
8
9
10
11
12
13
16
17
18
22
24
And I need it to use $ID to represent the number.
Kinda like :
$ID = "Random Number Here";
I need something that will make a random number.
But the thing is, I need it to use these numbers:
1
2
3
4
5
6
7
8
9
10
11
12
13
16
17
18
22
24
And I need it to use $ID to represent the number.
Kinda like :
$ID = "Random Number Here";