majik92
02-23-2007, 09:41 AM
Suppose I have four strings in a PHP file:
$locationOne = "http://www.example.com/file.wma";
$locationTwo = "http://www.example2.com/file.wma";
$locationThree = "http://www.example3.com/file.wma";
$locationFour = "http://www.example4.com/file.wma";
How do I make the PHP script randomly choose which one to send back to the app?
$locationOne = "http://www.example.com/file.wma";
$locationTwo = "http://www.example2.com/file.wma";
$locationThree = "http://www.example3.com/file.wma";
$locationFour = "http://www.example4.com/file.wma";
How do I make the PHP script randomly choose which one to send back to the app?