Create a dynamic Tv guide in PHP
I want to creat a simple Tv Guide for my Tv site.. I have the guide that looks like this
You can write a JavaScript which use the
var date = new Date();
var time = date.getHours() + '.' + date.getMinutes;
and with it, can make an ajax call to get the actual tv-program's name from your php script.
精彩评论