![]() |
Script and site usage:
All of the scripts on this site are provided free for non-commercial, personal or non-profit use. If you wish to use any of these in a commercial system, please refer to the payment plan. Support: Support for each of the scripts is given, free of charge, on the message board. Each script has its own message board which can be accessed by clicking on the 'project forum' link (beneath the description of each project). |
|
MadLibsThis class allows you to easily add a madlibs game to your website. 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).
class.madlibs.phpThe main class file.
10.1kb in size
last modified Jan 13, 2009 at 7:05am 21448 views, 7689 downloads example-story-beach.txtAn example of a madlib story file if you use the file system instead of MySQL as your story repository area.
386b in size
last modified May 6, 2006 at 1:55pm 7083 views, 6445 downloads example-story-mall.txtAn example of a madlib story file if you use the file system instead of MySQL as your story repository area.
578b in size
last modified May 6, 2006 at 1:55pm 6373 views, 6209 downloads schema.sqlAn example of the table data for if you decide to use MySQL as your story repository instead of the file system.
1.23kb in size
last modified May 6, 2006 at 1:55pm 6482 downloads test.madlibs.phpAn example use of the madlibs class.
924b in size
last modified May 6, 2006 at 1:55pm 7662 views, 6414 downloads |