if ($ct == 'no') {
//require ('/home/jsnweb/public/html/pages/index_aboutus.php');
echo "Please enter the template ID";
}
elseif ($ct == 'yes') {
//require ('/home/jsnweb/public/html/pages/index_aboutus.php');
echo "Please enter the correct template ID";
}
?>
|