Posted by Denebola on 01/30/06 09:51
Carl Vondrick wrote:
// Switch statement based off server time
switch (date('H i s D'))
{
case '08 10 30 Mon':
print 'Image 1';
break;
case '08 45 10 Mon':
print 'Image 2';
break;
}
Carl...would it be possible for you to explain each line of the script
you have written for me please. It will help me understand php. Also I
need a link from the images to a webpage..... how do I achieve that.
Regards.
Navigation:
[Reply to this message]
|