Jump to content

Adding PHP comment at bottom of file?


doubledee

Recommended Posts

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

 

 

Link to comment
https://forums.phpfreaks.com/topic/236414-adding-php-comment-at-bottom-of-file/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.