Valid XHTML for Local Time script?
1) Script Title: Local Time
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex6/localtime.htm
3) Describe problem: This script does not validate for XHTML. It kicks 3 errors, beginning with the complaint "processing instruction does not start with name" about the second ? in '<? print date("F d, Y H:i:s", time())?>'.
I don't find any existing threads about this. (I do find the equivalent question resolved for the Basic Calendar script here: http://www.dynamicdrive.com/forums/s...ad.php?t=59225 )
There must be a general thread somewhere about PHP-related solutions for XHTML validation? But I haven't managed to find it.
Thanks for any pointers.