#!/bin/sh
# uncgifrm.cgi

echo "Content-type: text/html"
echo ""
echo "<html><head><title>Welcome Page for $WWW_name</title></head>"
echo "<body bgcolor="#FFFFCA" text="#000000">"
echo "<h2>$WWW_name, Welcome to our group !!</h2><p><hr><pre>"

echo "Your data was entered as follows:"
echo ""
echo "Name:  $WWW_name"
echo "Phone: $WWW_phone"
echo "Email: $WWW_email"
echo "Age:   $WWW_age"

echo "</pre>"
cat /home/httpd/cgi-bin/html/footer.txt
 

Please send any suggestions, comments or problem reports to our webmaster.
(C) 1998-2001 PR WebMasters