Hi to everybody, Im a beginner and i have a little problem with this script
// WEDNESDAY SCHEDULE
if ($d == 3 && $h >= 0 && $h < 20) $img = ‘https://web.saio.net/images/script/so.gif’;
For midnight the time 0 don’t work, before wednesday i have the same but is finished to hour 24. Thats work but when time go after midnight i don’t have image to my site
Can you help me please about hour after midnight?
When i put h = 1 at one o clock in the morning everything is ok
Thanks a lot!