27.04.2013, 21:17
Which function, fclose? It's simeply fclose(file[]) so in your case it would be fclose(file); right above fremove(file);
So this:
So this:
PHP код:
fclose(file);
fremote(file);

