Posted - 12/03/2019 : 12:19:03
Is this how it has always been?
<SCRIPT LANGUAGE="php"> include "vsadmin/db_conn_open.php"; include "vsadmin/includes.php"; include "vsadmin/inc/languagefile.php"; include "vsadmin/inc/incfunctions.php"; </SCRIPT>
You should have this at the very top of the page, above <html> tag <?php session_cache_limiter('none'); session_start(); ob_start(); ?>
Then have <?php include "vsadmin/db_conn_open.php" ?> <?php include "vsadmin/inc/languagefile.php" ?> <?php include "vsadmin/includes.php" ?> <?php include "vsadmin/inc/incfunctions.php" ?>
preferably above the <title> tag in case you want to use dynamic titles or descriptions.
Marshall CENLYT Productions - ms designs Affordable Web Design Custom Ecommerce Designs Responsive Websites Cenlyt.com
|