Won't this work?
$random=rand(1,5);
print "<TD WIDTH=77 HEIGHT=435 ROWSPAN=2 align='left'>";
include("folio_$random.php");
-----Original Message-----
From: Benjamin Tr�panier [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 19, 2002 9:46 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Random include???
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
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php