# Enter the location of sendmail. $mailprogram = "/usr/sbin/sendmail -t"; # Enter the fields that are required. They should each be in quotes and # separated by a comma. If no fields are required, change the next line # to @required = (); @required = ('Subject','Message'); # Enter your e-mail address. Be sure to put a \ in front of the @. # (user@domain.com becomes user\@domain.com) $youremail = "mail\@upoint.net"; #B3. OPTIONAL: You can format the opening and closing HTML #of your results page in a separate file that can be written in #regular HTML and saved on your server. If your script can't #find this file and open it, the default result screen is displayed #instead. ote: this file must have three plusses +++ #where you want your search results inserted. $openinghtml="../cusrec/template.htm"; # Site title $sitetitle = "UPOINT DEMO"; # Site URL $siteURL = "http://www.upoint.net/cgi"; ############################################################################## # Congratulations! You've finished defining the variables. If you want to, # # you can continue screwing with the script, but it isn't necessary. # ##############################################################################