php cannot read huge input file
Posted: Wed Aug 27, 2008 12:39 am
hi,
i'm new to php. i hv this code that read from input file into array. i managed to read input file (.txt file) up to 9MB in size. right now, my code cannot read if the input file is more than 9MB, eventhough i've changed the php.ini setting into these values:
max_execution_time = 120
max_input_time = 180
memory_limit = 128M
post_max_size = 50M
upload_max_filesize = 20M
If the size is more than 9MB, there's no error msg, nothing. just that, the display table is blank. Pls help!
i'm new to php. i hv this code that read from input file into array. i managed to read input file (.txt file) up to 9MB in size. right now, my code cannot read if the input file is more than 9MB, eventhough i've changed the php.ini setting into these values:
max_execution_time = 120
max_input_time = 180
memory_limit = 128M
post_max_size = 50M
upload_max_filesize = 20M
If the size is more than 9MB, there's no error msg, nothing. just that, the display table is blank. Pls help!