php question about variables?

petre

New member
i want do define a variable that contains a sequence of numbers from 1 to 5000. how do i do it?
like this?

$var = 1 => 500

or if i needed it to contain the letters from the alphabet, because i need to compare it with other variables.
thanks
 
Back
Top