Hi there..
how to fetch data from database and then display in title bar?
<html <?php echo HTML_PARAMS; ?>>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">
<title><?php echo $HTTP_GET_VARS['products_name']; ?></title>
</head>
</html>
how to fetch data from database and then display in title bar?
<html <?php echo HTML_PARAMS; ?>>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">
<title><?php echo $HTTP_GET_VARS['products_name']; ?></title>
</head>
</html>
Comment