| 33 |
$username = htmlspecialchars($article["username"], ENT_HTML401, 'UTF-8'); |
$username = htmlspecialchars($article["username"], ENT_HTML401, 'UTF-8'); |
| 34 |
$nickname = htmlspecialchars($article["nickname"], ENT_HTML401, 'UTF-8'); |
$nickname = htmlspecialchars($article["nickname"], ENT_HTML401, 'UTF-8'); |
| 35 |
$level = user_level($article["exp"]); |
$level = user_level($article["exp"]); |
| 36 |
|
$title = htmlspecialchars($article["title"], ENT_HTML401, 'UTF-8'); |
| 37 |
$content = LML($article["content"], 130); |
$content = LML($article["content"], 130); |
| 38 |
|
|
| 39 |
$transship_info = ""; |
$transship_info = ""; |