Need to stop the closing tags on upload.php Need to stop the closing tags on upload.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

Need to stop the closing tags on upload.php

Started by image123, March 24, 2005, 12:10:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

image123

 :)

Hi guys,

I need to stop the closing </body></html> tags on upload.php.

The reason i need them to stop, as I have Coppermine inset into osCommerce, and on upload.php the footer, and parts of the page stop at the end of the main upload.php code.

The ending tags from the output print source show the following:

                       </tr>
   </table>    </td>
 </tr>
</table>
<!--Coppermine Photo Gallery 1.3.2--></body>
</html>


Any help on this subject is greatly appreciated.

Nibbler

Those tags are in the template.html and apply to all pages. There isn't an easy way to remove them from just one page. You could try converting them to a custom footer and adding code to check the current filename and only display the cutom footer if it is not upload.php.