I am new to php and seeking some help. I have a couple of books and maybe I just am not seeing my error. If you go to www.mspartcc.com/test.htm and look at the source code you will see what I am trying to do. The only problem is that the date is not displaying.
I really appreciate in advance any help I get.
Jason Davidson
One of two things... 1) You don't have php installed 2) Apache isn't configured to parse *.htm as php files.
If number one is the issue, install php. If number two is the issue, change the file extension to one that Apache knows is a php file (commonly *.php), or configure Apache to 'see' *.htm files as php.
-- By-Tor.com It's all about the Rush http://www.by-tor.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php