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 <?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> In the <head> <?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)?>"> In body <?php include "vsadmin/inc/incproddetail.php"?> The page content is being generated with no problem and it is working on the dynamically generated pages. MarshallCENLYT Productions - ms designs Affordable Web Design Custom Ecommerce Designs Responsive Websites Cenlyt.com
|