Hi Im Using this for the random quotes: <?php $quote=file("your-quotes.txt"); $totalnumberofquotes=count($quote); $rdm=rand(1,$totalnumberofquotes);
確定! 回上一頁