include_once "./common/db.inc";
?>
etranspia
|
|
|
|
|
|
$result = mysql_query("SELECT blog FROM tbl_about");
if (!$result) {
echo "DB Error, could not query the database\n";
echo 'MySQL Error: ' . mysql_error();
exit;
}
while($row = mysql_fetch_array($result)) {
$blog = stripslashes($row['blog']);
}
?>
 |
$usrSelfPage = basename($_SERVER['PHP_SELF']); ?>
-
- |
-
$menuNm = ($usrSelfPage == 'gallery_1.html' || $usrSelfPage == 'gallery_2.html') ? '번역 서비스':'번역 서비스' ;
?>
- |
-
- |
-
- |
-
- |
-
- |
-
$result = mysql_query("SELECT blog FROM tbl_about");
if (!$result) {
echo "DB Error, could not query the database\n";
echo 'MySQL Error: ' . mysql_error();
exit;
}
while($row = mysql_fetch_array($result)) {
$blog = stripslashes($row['blog']);
}
?>
- |
-
|
|
 |
|
|
|
|
|
include_once "./common/footer.inc"; ?>
mysql_close($mysql_connect);
?>