word randomizer to form sentence using database

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
icesha
Forum Newbie
Posts: 11
Joined: Tue May 01, 2007 3:15 am

word randomizer to form sentence using database

Post by icesha »

hello. can someone give me some advise on how will i randomize words from database to form a sentence. i have no idea since i'm new in using php. please. i really need some help. thank you.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Define several patterns of sentences to follow then choose words based on what is required for the spots. The random part is the simple part. Having it make sense isn't.
Post Reply