I'm Feeling Lucky
RSS / Atom
<? php $random_row = mysql_fetch_row(mysql_query("select * from YOUR_TABLE order by rand() limit 1"));>
Commenting is closed for this article.