I am using the code as under but always getting 0 value means the same folder
$random_folder=array("folder1","folder2","folder3");
$folder=$random_folder[rand(0,count($random_folder)-1)];
Getting folder1 always.. What's wrong??
Please Help.......