No '?>' in jupload.php No '?>' in jupload.php
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

No '?>' in jupload.php

Started by Αndré, August 14, 2008, 08:39:57 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Αndré

Etienne, you forgot the '?>' at the end of jupload.php ;)

Abbas Ali

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.
Chief Geek at Ranium Systems

Αndré