Posted - 09/09/2021 : 09:03:46
PHP v7.3.5
The title and meta description is not being generated. It is a static page. Above the <html> tag [code]<?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"; ?><!DOCTYPE html><html>[/code] In the <head> [code]<?php $explicitid='SP358'; $prodid='SP358'; ?> <?php include "vsadmin/inc/metainfo.php" ?> <title><?php if(!empty($pagetitle)) {print $pagetitle;} else if(!empty($productname)) {print $productname . ", " . $sectionname;} ?></title> <meta name="description" content="<?php print str_replace('"','"',$productdescription)?>">[/code] In body [code]<?php include "vsadmin/inc/incproddetail.php"?>[/code] The page content is being generated with no problem and it is working on the dynamically generated pages.
Marshall CENLYT Productions - ms designs Affordable Web Design Custom Ecommerce Designs Responsive Websites Cenlyt.com
|