This class allows you to easily add a madlibs game to your Web site.
You can load the madlib stories in via the file system or a database.
The stories are chosen at random, and a form will be shown to the user to fill in their own words.
You can use a few css styles to control how things look (madlibTable, madlibTitle, madlibStory, and madlibWord).
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| Link |
Description |
| Example |
An example of the class in action |
| Forum |
The message board for the class |
| File |
Role |
Description |
class.madlibs.php |
Class |
The main class file |
example-story-beach.txt |
Data |
An example of a story file if you coose to use the file system to store your stories. |
example-story-mall.txt |
Data |
An example of a story file if you coose to use the file system to store your stories. |
schema.sql |
Data |
An example of the MySQL schema and data for if you choose to use a database to store your stories. |
test.madlibs.php |
Example |
An example of using the class |