string 내 $ 기호 추가 변환

This commit is contained in:
2018-01-16 04:09:31 +09:00
parent 9502197cc2
commit c001179088
36 changed files with 628 additions and 628 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ for($i=0; $i < $nationcount; $i++) {
$nationname[$nation['nation']] = $nation['name'];
$nationcolor[$nation['nation']] = $nation['color'];
$nationStr .= "<font color=cyan>◆</font> <font style=color:".newColor($nation['color']).";background-color:$nation['color'];>$nation['name']</font><br>";
$nationStr .= "<font color=cyan>◆</font> <font style=color:".newColor($nation['color']).";background-color:$nation['color'];>{$nation['name']}</font><br>";
$powerStr .= "국력 $nation['power']<br>";
$genStr .= "장수 $nation['gennum']<br>";
$cityStr .= "속령 $citycount<br>";
@@ -149,7 +149,7 @@ for($i=0; $i < $citycount; $i++) {
}
echo "
<tr>
<td align=center width=48>$city['name']</td>
<td align=center width=48>{$city['name']}</td>
<td width=948>";
for($k=0; $k < count($nation); $k++) {
$per = 100*$killnum[$seq[$k]] / $sum;