Posted - 03/04/2021 : 02:12:31
Hello, At the top of a page I have <?php session_cache_limiter('none'); session_start(); ob_start(); include "vsadmin/db_conn_open.php"; include "vsadmin/inc/languagefile.php"; include "vsadmin/includes.php"; include "vsadmin/inc/incfunctions.php"; include "vsadmin/inc/metainfo.php";?> <!DOCTYPE html><html>
I am wondering if there should be two html items there? Thanks for your help. John
|