Hi, I'm a newbie in php so sorry for that question!

I have a table in a html dcc and I want to    include a file in a cell, but
that file must be random so people load a different page each time they
refresh... The basic syntax I use for the include is below now, I want to
know how to generate the random.

Ex. My file are

folio_1.php3  
folio_2.php3  
folio_3.php3  
folio_4.php3  
folio_5.php3  



<TD WIDTH=77 HEIGHT=435 ROWSPAN=2 align="left"><? include("folio.php3");
?></TD>


Thanks!
Ben


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

Reply via email to