Judson Digo Posted January 17, 2012 Report Share Posted January 17, 2012 (edited) <?php date_default_timezone_set("Brazil/East"); echo $hora; ?> <? $hora = date("H:i"); $programa = "Lunch Break <br> Locutor: <b> SÉRGIO </b>"; $programa2 = "Energia na Véia <br> Locutor: <br> Chapatim </b>"; if($hora >=09){ Echo "Neste momento: $programa"; exit; } if($hora >=10){ Echo "Neste momento $programa2"; Exit; } ?>Eu Não Consigo Fazer Com Que Ele Passe De Um Pro Outro, Ajuda PF. Edited January 19, 2012 by Judson Digo Quote Link to comment Share on other sites More sharing options...
0 Gustavo Camargo Posted January 17, 2012 Report Share Posted January 17, 2012 Você poderia explicar exatamente o que você está querendo fazer ?! :wacko: Quote Link to comment Share on other sites More sharing options...
0 Judson Digo Posted January 17, 2012 Author Report Share Posted January 17, 2012 Eu Tenho Uma rádio web e estou tentando fazer um sistema que mostre o locutor que está no ar e o nome do programa, eu consegui achar esse mais não passa. ex: de 08:00 as 10:00 está um programa ai de 10:00 já não esta entrando o outro. Quote Link to comment Share on other sites More sharing options...
0 Alexandre Camargo Posted January 20, 2012 Report Share Posted January 20, 2012 <?phpdate_default_timezone_set("Brazil/East");$hora = date("H:i");echo $hora;print"<br>";$programa = "Lunch Break <br> Locutor: <b> SÉRGIO </b>";$programa2 = "Energia na Véia <br> Locutor: <br> Chapatim </b>";if($hora >=09){Echo "Neste momento: $programa";exit;}if($hora >=10){Echo "Neste momento $programa2";Exit;}?> Quote Link to comment Share on other sites More sharing options...
0 ESerra Posted January 21, 2012 Report Share Posted January 21, 2012 Troque o date("H:i"); por date("H"); Quote Link to comment Share on other sites More sharing options...
Question
Judson Digo
Eu Não Consigo Fazer Com Que Ele Passe De Um Pro Outro, Ajuda PF.
Edited by Judson DigoLink to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.