Visa ett inlägg
Oläst 2006-07-31, 00:35 #3
Conths avatar
Conth Conth är inte uppkopplad
Mycket flitig postare
 
Reg.datum: Aug 2005
Inlägg: 908
Conth Conth är inte uppkopplad
Mycket flitig postare
Conths avatar
 
Reg.datum: Aug 2005
Inlägg: 908
Vet inte om jag fattar frågan rätt. Vad är det du vill uppnå??

Vill du inkludera olika filer slumpmässigt kan du ju göra såhär;

if (rand(0,1)) {
include 'sida.php';
}
else {
include 'sida.php';
}

PS php frågor hör hemma på serversidan.... DS

* edit stavfel
Conth är inte uppkopplad   Svara med citatSvara med citat