i have this array
$row4 = mysql_fetch_array($sql_res);
can anyone help me how to get a random value of $row4['response']
?
the $row4
does not have constant values...
but for now $row4
contains
Array ( [0] => 3 [id] => 3 [1] => where is dryad [react] => where is dryad [2] => Dryad is found in the farthest part of the Dark wilderness. [response] => Dryad is found in the farthest part of the Dark wilderness. [3] => [review] => ) 1