|
include('../mainmenu.htm'); ?> |
|
|
|
|
|
|
|
|
|
$sql[0] = "select contents from ".$dbprefix."contents where status='1' and subject='The Value'";
if (! $res[0]=mysql_query($sql[0], $dbh)) { echo mysql_error(); return 0; }
while ($row[0] = mysql_fetch_array($res[0])) {
echo $row[0][0];
}
?> |
<
Previous |
|
|
|
|
include('../footer1.htm'); ?>