PHP - Content depending on day of week
I want to load a different bit of content depending on the day of the week.
It's working.. I think..
I have this in the <head>..
<?php $day=date("w"); $file="t".$day.".php"; // anywhere on your page, you include the file. //include($file); ?>
<?php include($file);?> |
and then in the same directory I have..
t0.php (Sunday)
t1.php (Monday)
t2.php (Tuesday)
t3.php (Wednesday)
t4.php (Thursday)
t5.php (Friday)
t6.php (Saturday)
What I'm wondering is.. will the content depend on my server or will it depend on the users timezone...
Obviously I want it based on my users timezone..
Could someone please advise..
Generate thousands of leads in any niche in under 60 seconds!