otomatik olarak belli bir metin çıkarılması / görüntüleme

0 Cevap

Sorry to ask such a stupid question. I'm a newbie. Is it possible to display the email link on my website only at a certain time and remove it for the rest of the day automatically? Thanks a lot for any help..

Update:

Bu kod neden çalışmıyor Herhangi bir fikir?

<?php
   if( date('Gi', time()) >= 1400 && date('Gi', time()) <= 1600 )
   {
         print "<a href="http://www.examplelink.com">Click here!</a>";
   }
?>

Bu yanlış bir şey var mı?

0 Cevap