When I echo my articles on a webpage I need to set random style to them, to do so I need to add random class to my <div>
This is what I've got so far
Code:
[U]$style_array = array("story_style1", "story_style2", "story_style3", "story_style4");
$rand_style = array_rand($style_array);[/U]
$storyDisplayList .= '<div class="[B]'[/]