PHP excel xml report creating using loops
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
hello, I making xml to excel report using by php. I sow problem and can't fix it. when i use loop like this for ($i=1; $i<5; $i++){ echo" $i"; } everthing generate ok, but if i use for ($i=1; $i<11; $i++){ echo" $i"; } everthing is stoping and broke excel report generation. How need to fix it? please help.. thanks in advance