random1 Posted May 9, 2008 Share Posted May 9, 2008 Hey All, I'm trying to come up with a PHP class that generates lorem ipsum (see http://en.wikipedia.org/wiki/Lorem_ipsum) Something like http://www.lorem-ipsum.info/generator3 but simple generation in code. Any ideas on how to do this? Link to comment https://forums.phpfreaks.com/topic/104812-lorem-ipsum-generation/ Share on other sites More sharing options...
Lumio Posted May 9, 2008 Share Posted May 9, 2008 What's the problem? Define a variable with the text. Make a for-loop that adds the text in the first variable in another variable and then output it. Link to comment https://forums.phpfreaks.com/topic/104812-lorem-ipsum-generation/#findComment-536528 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.