Suggestion Box

This is for entering a suggestion about your class in the CS Lab. "; echo "Enter Name:"; echo ""; echo "

Select Period:"; echo "

"; echo "

"; echo " "; } ?> "; echo "Please try again."; if ($period == 8) echo "
There is no class here 8th Period!"; show_form( $name, $period, $comment); } else { echo " Thank you $name in period $period. Your suggestion is:
"; echo "
"; $comment = stripslashes($comment); echo " $comment"; echo "
"; $fp = fopen("suggestionbox.txt", "a"); fputs ($fp, "Name:".$name."\n"); fputs ($fp, "Period:".$period."\n"); fputs ($fp, $comment."\n"); fclose($fp); } } ?>

Back to the the Page on Intelligent Forms