milov.nl/entry/random
I made a PHP-version of that random entry javascript, and added it to the end of the left-side Contents menu; so now you can click, click, click for continuous randomness (inspired by Knurpslog).
Interaction design • webdevelopment • web art • photography
milov.nl/entry/random
I made a PHP-version of that random entry javascript, and added it to the end of the left-side Contents menu; so now you can click, click, click for continuous randomness (inspired by Knurpslog).
Thanks again for the idea!
So I figured, why not do the whole thing server-side. It's easier anyway, the MySQL query is simply:
SELECT e_id FROM entry ORDER BY RAND() LIMIT 1