Re: for loop not working

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 6/14/2014 3:47 PM, hadi wrote:
Im getting an there error

PHP Warning:  file_get_contents($file): failed to open stream: No such file or
directory in /var/www/html/phptest/search2.php on line 18

Warning: file_get_contents($file): failed to open stream: No such file or
directory in /var/www/html/phptest/search2.php on line 18
PHP Warning:  unlink($file): No such file or directory in
/var/www/html/phptest/search2.php on line 22

Warning: unlink($file): No such file or directory in
/var/www/html/phptest/search2.php on line 22


--
Sent from my Android device with K-9 Mail. Please excuse my brevity.

This would be a perfect time to tell you to begin using error checking throughout your code. If you had CHECKED the result of the first operation you would have avoided all the remaining errors. Good practice!

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux