|
|
|
คือว่าอยากจะเก็บ เวลา ของการ เข้า-ออกระบบ อ่ะค่ะ ลงใน text file แต่มันไม่เขียนลงให้อ่ะค่ะ ช่วยหน่อยบนะค่ะ |
|
|
|
|
|
|
|
ติดเรื่องสิทธิ์หรือเปล่าครับ
Code (PHP)
<html>
<head>
<title>ThaiCreate.Com PHP & writefile</title>
</head>
<body>
<?
$strFileName = "thaicreate.txt";
$objFopen = fopen($strFileName, 'w');
$strText1 = "I Love ThaiCreate.Com Line1\r\n";
fwrite($objFopen, $strText1);
$strText2 = "I Love ThaiCreate.Com Line2\r\n";
fwrite($objFopen, $strText2);
$strText3 = "I Love ThaiCreate.Com Line3\r\n";
fwrite($objFopen, $strText3);
if($objFopen)
{
echo "File writed.";
}
else
{
echo "File can not write";
}
fclose($objFopen);
?>
</body>
</html>
Go to : PHP fopen(),fwrite() write text file
|
|
|
|
|
Date :
2011-06-27 23:04:21 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอโทษนะค่ะ งงอ่ะค่ะ
คือต้องการเก็บเวลาเข้าออกลงใน text file อ่ะค่ะ ^^
|
|
|
|
|
Date :
2011-06-27 23:40:28 |
By :
modzaa07 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|