coppermine-gallery.com/forum

Support => cpg1.4 plugins => cpg1.4.x Support => Older/other versions => cpg1.4 JUpload by etienne_sf => Topic started by: Αndré on August 14, 2008, 08:39:57 AM

Title: No '?>' in jupload.php
Post by: Αndré on August 14, 2008, 08:39:57 AM
Etienne, you forgot the '?>' at the end of jupload.php ;)
Title: Re: No '?>' in jupload.php
Post by: Abbas Ali on August 14, 2008, 12:24:14 PM
PHP closing tag i.e. "?>" at the end of a php file is completely optional and it doesn't harm if you omit that. In fact now a days programmers leave that out intentionally as blank line might outputted because of an empty line after that tag.
Title: Re: No '?>' in jupload.php
Post by: Αndré on August 14, 2008, 01:10:22 PM
Good to know. Thank you.