Search found 1 match
- Mon Jun 29, 2009 5:47 pm
- Forum: PHP - Code
- Topic: need help figuring this out (timeout error)
- Replies: 2
- Views: 33
need help figuring this out (timeout error)
trying to debug a php script and am getting errors in these two lines: $lines = file($url_path.'/admin/lists/'.$new_file_name); foreach($lines as $key=>$val) { the first line has the timeout error. i can see the files on the server so i know they have been uploaded and should exist in the location. ...