Hello,
A few PHP files I have checked begin with  <?php on the first line but, do not have  ?> as the last line. Was this done on purpose? And if so. why do you not need  ?> on the last  line?
John
			
			
			
				http://us3.php.net/basic-syntax.instruction-separation
Read the note on this page where it tells you it's optional.
			
			
			
				Interesting,
Thank you for the link.
John
			
			
			
				Best practice - leave it off.
			
			
			
				Thanks elmer for reporting!
Since it's not a bug moving out. ;)