Yeah! I find the perfect solution (at the moment)<br><br>$quotes&nbsp;=&nbsp;explode(&quot;\n&quot;,trim($GLOBALS[html]-&gt;template(&#39;base&#39;,&#39;quotes&#39;))); # explode + trim<br>return $quotes[array_rand($quotes)]; # array_rand() only<br>
<br>