we can change the order of the loaded file...
assume an open source web application,
the order of include file is
1.php
2.php <html output started here>
3.php
4.php <authentication file>
5.php <loading end here>
so, if we able to corrupt the loading sequence
example by using the <img src="5.php"> tag.
perhaps the application will crash... for not including 4.php and 5.php