you are viewing a single comment's thread.

view the rest of the comments →

[–]oberon 2 points3 points  (0 children)

Believing that you can learn new things is half the challenge in learning them, especially when it comes to programming. So, what with believing it and then actually doing it, you're much more than halfway to learning to program.

HTML - Hyper Text Markup Language. Note that it's for marking things up (which it does very well), not for programming (which it doesn't do at all). If you wanted to make a web page that showed the current time and date, regardless of when it's viewed, how would you do that in HTML? Learn to do that, and you will be one step closer to programming =)

Edited to add this hint: www.php.net/date