|
File lock - warning ?: msg#03607php.general
I open a file in append mode, I locked it and write the data. But when I try to unlock or close it then I get warning Warning: Unable to find file identifier 12 in www/htdocs/testfclose.php3 on line 9 Warning: Unable to find file identifier 12 in www/htdocs/testfclose.php3 on line 10 close ok I am using PHP3 - code ------------------------------------------------ echo "start"; $fpLog = fopen ("/usr/home/aurica/aurica.com/cannesEmail/emailblastSendLog.txt","a"); if (flock ($fpLog, 2) ) { $strFileLog = "Manisha Test"; $fpLog = fwrite("$fpLog",$strFileLog); } $tmp = flock ($fpLog, 3); fclose ($fpLog); echo "close ok "; ------------------------------------------------ What's wrong ? Thanks in advance, Manisha
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: mail() with images *embedded*, Jason Wong |
|---|---|
| Next by Date: | bug in php 4.2 with mysql, Alex Elderson |
| Previous by Thread: | SMARTCARDS - PHP + MySQL, PHPCoder |
| Next by Thread: | bug in php 4.2 with mysql, Alex Elderson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |