|
![](/images/resource/spacer.gif) |
|
ทำยังไงให้มันเลือกไว้ที่เดือนปัจจุบัน (select option) |
|
![](/images/resource/viewboard_01.gif?v=1001) |
|
|
![](/images/resource/viewboard_03.gif?v=1001) |
![](/images/resource/viewboard_04.gif?v=1001) |
|
Code (PHP)
<?php
$months = array(
'Jan' => 'มกราคม',
'Feb' => 'กุมภาพันธ์',
'Mar' => 'มีนาคม',
'Apr' => 'เมษายน',
'May' => 'พฤษภาคม',
'Jun' => 'มิถุนายน',
'Jul' => 'กรกฎาคม',
'Aug' => 'สิงหาคม',
'Sep' => 'กันยายน',
'Oct' => 'ตุลาคม',
'Nov' => 'พฤศจิกายน',
'Dec' => 'ธันวาคม'
);
?>
<Select name="search">
<Option value="-">เดือน</option>
<?php
foreach ($months as $key => $value) {
$selected = $key == date('M')?'Selected':'';
echo "<Option value=\"{$key}\" {$selected}>{$value}</option>";
}
?>
</Select>
|
![](/images/resource/blockviewtopic_01.gif?v=1001) |
![](/images/resource/blockviewtopic_02.gif?v=1001) |
![](/images/resource/blockviewtopic_03.gif?v=1001) |
![](/images/resource/blockviewtopic_04.gif?v=1001) |
Date :
2015-06-22 23:33:06 |
By :
Krungsri |
|
![](/images/resource/blockviewtopic_06.gif?v=1001) |
![](/images/resource/blockviewtopic_07.gif?v=1001) |
![](/images/resource/blockviewtopic_08.gif?v=1001) |
![](/images/resource/blockviewtopic_09.gif?v=1001) |
|
|
![](/images/resource/viewboard_06.gif?v=1001) |
![](/images/resource/viewboard_07.gif?v=1001) |
|
![](/images/resource/viewboard_08.jpg?v=1001) |
![](/images/resource/viewboard_09.gif?v=1001) |
|
|
|
![](/images/digitalocean-banner.jpg)
|
Load balance : Server 04
|