Editor's Note: I would never do this but I think it would be fun.
Did you ever see a post asking a really simple question whose answer can be found with about 2 minutes of research and just want to give the world's most rediculous answer?
For Example
Q: How do I page the results from a mysql database
A: Well the best way is to select the IDs write them to an xml file then parse the xml file to find the IDs for the page you want to display and loop through them querying your database with each pass. Please see the attached 200 example file.