doubledee Posted May 14, 2011 Share Posted May 14, 2011 I have a checkout form that goes like this... <?php session_start(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head></head> <body></body> </html> Can I start adding this line of code to all of my PHP files - AS THE LAST LINE - without any negative consequences?? <? // Build date 2011-05-14 ?> Debbie Quote Link to comment https://forums.phpfreaks.com/topic/236414-adding-php-comment-at-bottom-of-file/ Share on other sites More sharing options...
anupamsaha Posted May 14, 2011 Share Posted May 14, 2011 I don't think that it would impact negatively. Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/236414-adding-php-comment-at-bottom-of-file/#findComment-1215460 Share on other sites More sharing options...
doubledee Posted May 14, 2011 Author Share Posted May 14, 2011 I don't think that it would impact negatively. Thanks! Okay, good, because I need a better way to know exactly when a file was last built. Thanks, Debbie Quote Link to comment https://forums.phpfreaks.com/topic/236414-adding-php-comment-at-bottom-of-file/#findComment-1215461 Share on other sites More sharing options...
anupamsaha Posted May 14, 2011 Share Posted May 14, 2011 Please mark the topic as "solved" if you are satisfied with the answer. Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/236414-adding-php-comment-at-bottom-of-file/#findComment-1215466 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.