## Define $thissection variable on all pages for SEO headers $thissection="toplevel"; ## Output Meta and Title Headers.... if($thissection) { include("../connect.php"); $sql_result = mysql_query("SELECT * FROM data_ukciaSEO where site_section=\"$thissection\""); # loop through result and securely output to browser $line=mysql_fetch_array($sql_result); print(stripslashes("
## Define $thissection variable on all pages for SEO headers
$thissection="toplevel";
## Output Meta and Title Headers....
if($thissection) {
include("../connect.php");
$sql_result = mysql_query("SELECT * FROM data_ukciaSEO where
site_section=\"$thissection\"");
# loop through result and securely output to browser
$line=mysql_fetch_array($sql_result);
print(stripslashes("
|