CGI Script for Insterting Text (MadLib Style)?

Fuze

New member
Remember Mad-Libs, the game where you chose words that would then be inserted into a story? I'd like to make a webpage that could do this. Does anybody have any CGI code that would allow text submitted on one page to appear in a body of text on another?
 
VB.NET in such a way as

name = form1
place =form2
thing = form3
Print "One day, " & name & " went walking in " & place & _
" saw a " & thing & ". The end"

Look for VB.net documentation for further help.
 
Back
Top