Hello,
writing a file with more than 10000 lines, cause the page never ending loading. please help me to solve it.
this is the code i have used $store contains really 10000 lines
$fp = fopen($imgpath, 'w');
fwrite($fp, $store);
fclose($fp);
After this code i have redirect script, but that is not working. but redirect script works for 2000 lines and not more than that.
Regards
Chavan