Files
sam-kd/carrecord/_row.php

9 lines
296 B
PHP
Raw Normal View History

<?php
$item_subject = $row["subject"] ?? '월별 차량사진 대지';
$item_id = $row["id"] ?? '';
$nick = $row["nick"] ?? '';
$is_html = $row["is_html"] ?? '';
$content = $row["content"] ?? '';
$regist_day = $row["regist_day"] ?? '';
$car_name=$row["car_name"] ?? ''; // 차량종류
?>