Hi all,
I've to read and parse an XML file to save the datas in a database.
Unfortunately it appens that the datas are wrong. I mean it seems they are
not well readed...someti mes only part of it it's ok.
It's there any way to read an XML file sequentially using the content
instead of a $data = fread($fp, 4096); wich may be the source of the problem
?
I get wrong datas when the files are big. When they are little I seem not to
have problems.
Also I've memory limit and also execution time limit.
Thanks for helping.
Bob
I've to read and parse an XML file to save the datas in a database.
Unfortunately it appens that the datas are wrong. I mean it seems they are
not well readed...someti mes only part of it it's ok.
It's there any way to read an XML file sequentially using the content
instead of a $data = fread($fp, 4096); wich may be the source of the problem
?
I get wrong datas when the files are big. When they are little I seem not to
have problems.
Also I've memory limit and also execution time limit.
Thanks for helping.
Bob
Comment