I am trying to write a php that would generate random XML Files that I\'ve previously written. As this php code generate random numbers between 10-30:
you can store the xml files names in an array then use array_rand() to pick one randomly
array_rand()