Developers mostly need some test data. And sometimes generating these data is quite painful. Every time we tend to write some data like John Doe as name or Lorem Ipsum Dolor for text, or you name it, we are generally stuck on 3rd or 4th item. However, we have time limitation and we need so much more than just 3 items.
I found a very useful free service on the net, GenerateData.com. Basically you can create any number of test data (name, address, numbers, autoincrement fields, etc), and you can either view these data from the browser or download as CSV, XML or XLS file.
Here are some screenshot:
You can also download the PHP script for generating huge amount of data. I hope it would be useful for you too. Enjoy..











