30 May
2008
30 May
'08
4:41 p.m.
Yeah! I find the perfect solution (at the moment) $quotes = explode("\n",trim($GLOBALS[html]->template('base','quotes'))); # explode + trim return $quotes[array_rand($quotes)]; # array_rand() only