In general, the topic is this: a table is formed from the MySQL database. The result is contained in a variable, which is an array.
Next you need to display all the xml file
//отправляю заголовки xml //........................... foreach($zzz as $k => $v) { echo $v; }
The code above is, of course, more difficult every 100 times, but the essence is as follows.
Question: how can I give the file in parts? Or is it impossible?
Well, let's say we send a bunch of requests to the database and output them line by line - I call these parts because the memory is not loaded.
And how in this case can you unload the load ???
I hope you got what I meant.