Re: how to display photos of the day?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



jeffry s wrote:

> sorry if this question sound stupid.
> i need a good, simple and efficient function to display lets say photo
> of the day.
> 
> i have a mysql table contain data about 1000 rows. i want to display
> any of the photos randomly and it is fixed for one day.

I use apache for that sort of thing:

.htaccess:
RewriteEngine on
RewriteCond todaysphoto.jpeg  !-s
RewriteRule picktodaysphoto.php

"picktodaysphoto.php" selects the photo of the day, writes it
as 'todaysphoto.jpeg', and then redirects to it.

'todaysphoto.jpeg' is then deleted once a day by cron. 


/Per Jessen, Zürich

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux