1,120
edits
No edit summary |
m (removed HTML formatting to allow your style sheet to deal with the formatting) |
||
if(file_exists($file_url[$i])) { // cheap and cheerful existence check
$when=filemtime($file_url[$i]);
$this_output .= "<tr><td>" .($nickname[$i] ? $nickname[$i] : $file_url[$i]). "</td><td
} else { // the file is misnamed or not uploaded
$this_output .= "<tr><td
} // END existence check
} // END array loop
|
edits