I would like to be able to have vistors add captions to my web site. does anyone know of a simple way of doing that?
put a simple form in somewhere eg <form name="FormName" action="getCaption.php" method="post"> suggest a caption<input type="text" name="txtCaption" size="24"></form>
now just write getCaption to receive the caption and do something with it.