#! /bin/bash echo "Content-type: text/html" echo "" cat << EOF Enter Grades
 
EOF if [ -n "$QUERY_STRING" ]; then IFS="=" parms=(${QUERY_STRING]}) IFS="+" name=(${parms}) echo "

${name[0]} ${name[1]} what would you like to do?

" else QUERY_STRING="" fi echo "" echo ""