Hi,
Can you help me.Please
I need a script to a include a different file every days of the week.
Tried this,but don't work.
The code are to use in SMF.PHP Code:<?php
$d=date("D");
if ($d=="Mon")
include ('algo.html');
elseif ($d=="Tue")
include ('algo2.html');
?>
What's wrong.
Sorry my english![]()



Reply With Quote

Bookmarks