







|
|

|
|
Home >> ¹¬»ó >> ¿À´ÃÀÇ Å¥Æ¼
|
|
|
|
1.¿À´ÃÀÇ Å¥Æ¼
|
|
|
G.T (¼¼°è¸¦ ǰ´Â °æ°ÇÀÇ ½Ã°£ / GTM Á¦°ø)
|
$result = mysql_query("select title from qt_cate_gt where DATE_FORMAT(view_date, '%Y-%m-%d') <= '$today' ORDER BY view_date DESC LIMIT 1", $connect);
$row = mysql_fetch_array($result);
if(strlen($row[title]) >= $length)
{
$short_title = kstr_cut($row[title], $length, "...");
echo $short_title;
}else{
echo $row[title];
}
?>
|
|
³¯¸¶´Ù ÁÖ´Ô°ú (SFC Á¦°ø)
|
$result = mysql_query("select title from qt_cate_daily where DATE_FORMAT(view_date, '%Y-%m-%d') <= '$today' ORDER BY view_date DESC LIMIT 1", $connect);$row = mysql_fetch_array($result);
if(strlen($row[title]) >= $length)
{
$short_title = kstr_cut($row[title], $length, "...");
echo $short_title;
}else{
echo $row[title];
}
?>
|
|
»ý¸íÀÇ »î (µÎ¶õ³ë¼¿ø Á¦°ø)
|
$result = mysql_query("select title from qt_cate_life where DATE_FORMAT(view_date, '%Y-%m-%d') <= '$today' ORDER BY view_date DESC LIMIT 1", $connect);$row = mysql_fetch_array($result);
if(strlen($row[title]) >= $length)
{
$short_title = kstr_cut($row[title], $length, "...");
echo $short_title;
}else{
echo $row[title];
}
?>
|
|
½ºÇÊÀüÀÇ ¾ÆÄ§¹¬»ó (»ý¸íÀÇ ¸»¾¸»ç)
|
$result = mysql_query("select * from qt_cate_spurgeon where DATE_FORMAT(view_date, '%m-%d') = '$today_1' ORDER BY view_date DESC LIMIT 1", $connect);
$data = mysql_fetch_array($result);
if($data[bible_code] != NULL) {
$bible_code = $data[bible_code];
$bible_result = mysql_query("select * from qt_bibleinfo where code='$bible_code'", $connect);
$bible_data = mysql_fetch_array($bible_result);
$bible_name = $bible_data[kor_name];
$title = $bible_name." ".$data[bible_start_jang];
if($data[bible_start_jul]) {
$title =$title.":".$data[bible_start_jul];
}
if($data[bible_end_jang] || $data[bible_end_jul]) {
$title = $title."~";
}
if($data[bible_end_jang]) {
if($data[bible_end_jang] != $data[bible_start_jang]) {
$title = $title.$data[bible_end_jang].":";
}
}
if($data[bible_end_jul]) {
$title = $title.$data[bible_end_jul];
}
}
echo $title; ?>
|
|
¿À´ÃÀÇ ¾ç½Ä (RBC Ministries)
|
$result = mysql_query("select kor_title from qt_cate_food where DATE_FORMAT(view_date, '%Y-%m-%d') <= '$today' ORDER BY view_date DESC LIMIT 1", $connect);
$row = mysql_fetch_array($result);
if(strlen($row[kor_title]) >= $length)
{
$short_title = kstr_cut($row[kor_title], $length, "...");
echo $short_title;
}else{
echo $row[kor_title];
}
?>
|
|
dz¼ºÇÑ »î (Çѱ¹´ëÇлý¼±±³È¸C.C.C.Á¦°ø)
|
$result = mysql_query("select title from qt_cate_plife where DATE_FORMAT(view_date, '%Y-%m-%d') <= '$today' ORDER BY view_date DESC LIMIT 1", $connect);$row = mysql_fetch_array($result);
if(strlen($row[title]) >= $length)
{
$short_title = kstr_cut($row[title], $length, "...");
echo $short_title;
}else{
echo $row[title];
}
?>
|
|
ÀÛÀº¼Ò¸® (À½¼º¼³±³ - ¼Ûޏñ»ç)
|
$result = mysql_query("select title from qt_cate_voice where DATE_FORMAT(view_date, '%Y-%m-%d') <= '$today' ORDER BY view_date DESC LIMIT 1", $connect);$row = mysql_fetch_array($result);
if(strlen($row[title]) >= $length)
{
$short_title = kstr_cut($row[title], $length, "...");
echo $short_title;
}else{
echo $row[title];
}
?>
|
|
Áß±¹±âµµ (Áß±¹¾î¹®¼±±³È¸ Á¦°ø)
|
$result = mysql_query("select title from qt_cate_chinapray where DATE_FORMAT(view_date, '%Y-%m-%d') <= '$today' ORDER BY view_date DESC LIMIT 1", $connect);$row = mysql_fetch_array($result);
if(strlen($row[title]) >= $length)
{
$short_title = kstr_cut($row[title], $length, "...");
echo $short_title;
}else{
echo $row[title];
}
?>
|
|
|
|
2.û¼Ò³â,¾î¸°ÀÌ Å¥Æ¼
|
|
|
¿¹¼ö´ÔÀÌ ÁÁ¾Æ¿ä (Ãʵî - µÎ¶õ³ë¼¿ø Á¦°ø)
|
$result = mysql_query("select title from qt_cate_likejesus where DATE_FORMAT(view_date, '%Y-%m-%d') <= '$today' ORDER BY view_date DESC LIMIT 1", $connect);$row = mysql_fetch_array($result);
if(strlen($row[title]) >= $length)
{
$short_title = kstr_cut($row[title], $length, "...");
echo $short_title;
}else{
echo $row[title];
}
?>
|
|
»õº®³ª¶ó (Áßµî - µÎ¶õ³ë¼¿ø Á¦°ø)
|
$result = mysql_query("select title from qt_cate_dawn where DATE_FORMAT(view_date, '%Y-%m-%d') <= '$today' ORDER BY view_date DESC LIMIT 1", $connect);$row = mysql_fetch_array($result);
if(strlen($row[title]) >= $length)
{
$short_title = kstr_cut($row[title], $length, "...");
echo $short_title;
}else{
echo $row[title];
}
?>
|
|
ÇÏ´ÃÀ̽½ (û¼Ò³â - SWIM Á¦°ø)
|
$result = mysql_query("select title from qt_cate_hanulisle where DATE_FORMAT(view_date, '%Y-%m-%d') <= '$today' ORDER BY view_date DESC LIMIT 1", $connect);$row = mysql_fetch_array($result);
if(strlen($row[title]) >= $length)
{
$short_title = kstr_cut($row[title], $length, "...");
echo $short_title;
}else{
echo $row[title];
}
?>
|
|
Junior GT ÁÖÆ¼ (û¼Ò³â - GTM Á¦°ø)
|
$result = mysql_query("select title from qt_cate_jgt where DATE_FORMAT(view_date, '%Y-%m-%d') <= '$today' ORDER BY view_date DESC LIMIT 1", $connect);$row = mysql_fetch_array($result);
if(strlen($row[title]) >= $length)
{
$short_title = kstr_cut($row[title], $length, "...");
echo $short_title;
}else{
echo $row[title];
}
?>
|
|
|
|
3.ÇöÁö¾î ťƼ
|
|
|
|
|
|
4.¼º°æ¿äÀý
|
|
|
|
|
|
|
|
|
|
|
|