|
Click Here To Return to the Dynamic Sites Page
What
is random content generation?
Random content may be generated in a plethora of different
ways. Content may be stored in a database and selected
at random. Click
here for an example.
Similarly content may
be created at runtime by the script itself, using hard-coded
PHP (See below for an example).
In
this example:
This simple script uses a random list of names, adjectives,
objects and animals to create a sentence. The same principle
can be used for many different applications.
|