|
|
|
สถิติผู้เยี่ยมชมเว็บไซต์รวมทั้งหมดครับ แล้วนำไปใช้ยังไงครับ |
|
|
|
|
|
|
|
ก็ เอา ตัวแปร day-yesterday-thismonth-lastmonth-year-lastyear มาบวกกันครับ
|
|
|
|
|
Date :
2012-08-29 13:37:05 |
By :
pumin99 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมหัดทำครับ บวกไม่ถูกช่วยบอกทีครับ
|
|
|
|
|
Date :
2012-08-29 13:54:19 |
By :
weaned |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แค่เอาตัวแปรมาบวกกันไม่ยากน่ะครับ
|
|
|
|
|
Date :
2012-08-29 21:32:25 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
$num1 = 1;
$num2 = 1;
$result = $num1 + $num2;
echo $result;
|
|
|
|
|
Date :
2012-08-29 22:11:09 |
By :
yamcrocodile |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้ไม่ได้ไม่รู้ ผมยังไม่ได้ลองรันนะครับ น่าจะประมาณนี้
Code (PHP)
<table width="210" height="186" border="0" bgcolor="#FFFFFF">
<tr> </tr>
<tr >
<td style="BORDER-BOTTOM: #b7deff 1px dotted;" width="129" class="style19"><div align="left" class="style39">วันนี้(Today)</div></td>
<td style="BORDER-BOTTOM: #b7deff 1px dotted;" width="65"><div align="center" class="style40">
<?=number_format($strToday,0);?>
</div></td>
</tr>
<tr>
<td style="BORDER-BOTTOM: #b7deff 1px dotted;" class="style19"><div align="left" class="style39">เมื่อวานนี้(Yesterday)</div></td>
<td style="BORDER-BOTTOM: #b7deff 1px dotted;"><div align="center" class="style40">
<?=number_format($strYesterday,0);?>
</div></td>
</tr>
<tr>
<td style="BORDER-BOTTOM: #b7deff 1px dotted;" class="style19"><div align="left" class="style39">เดือนนี้(This Month) </div></td>
<td style="BORDER-BOTTOM: #b7deff 1px dotted;"><div align="center" class="style40">
<?=number_format($strThisMonth,0);?>
</div></td>
</tr>
<tr>
<td style="BORDER-BOTTOM: #b7deff 1px dotted;" class="style19"><div align="left" class="style39">เดือนที่แล้ว(Last Month) </div></td>
<td style="BORDER-BOTTOM: #b7deff 1px dotted;"><div align="center" class="style40">
<?=number_format($strLastMonth,0);?>
</div></td>
</tr>
<tr>
<td style="BORDER-BOTTOM: #b7deff 1px dotted;" class="style19"><div align="left" class="style39">ปีนี้(This Year) </div></td>
<td style="BORDER-BOTTOM: #b7deff 1px dotted;"><div align="center" class="style40">
<?=number_format($strThisYear,0);?>
</div></td>
</tr>
<tr>
<td style="BORDER-BOTTOM: #b7deff 1px dotted;" class="style19"><div align="left" class="style39">ปีที่แล้ว(Last Year) </div></td>
<td style="BORDER-BOTTOM: #b7deff 1px dotted;"><div align="center" class="style40">
<?=number_format($strLastYear,0);?>
</div></td>
</tr>
<?
$sumall=$strToday+$strYesterday+$strThisMonth+$strThisYear+$strLastYear;
?>
<tr>
<td style="BORDER-BOTTOM: #b7deff 1px dotted;" class="style19"><div align="left" class="style39"รวมทั้งหมด(All) </div></td>
<td style="BORDER-BOTTOM: #b7deff 1px dotted;"><div align="center" class="style40">
<?=number_format($sumall,0);?>
</div></td>
</tr>
</table>
|
ประวัติการแก้ไข 2012-08-29 22:25:55
|
|
|
|
Date :
2012-08-29 22:25:01 |
By :
compiak |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอถามเพิ่มเติมนิดนึงครับ จากกระทู้นี้
ผมจะนับแค่ทุกปีรวมกันต้องเขียนโค๊ดยังไงหรอครับ
เพราะถ้ารวมกันปีนี้กับปีที่แล้วมันก็ได้แค่ 2 ปีรวมกันใช่ไหมครับ
ขอบคุณครับ
|
ประวัติการแก้ไข 2012-11-07 09:59:25
|
|
|
|
Date :
2012-11-07 09:58:00 |
By :
weaned |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|