Echo '<FORM ACTION="addcomment.php" METHOD=POST>'; Echo 'Type your comment in the box below, then click on "Save Comment".<BR>'; Echo '<TEXTAREA NAME="Add_Comment" COLS=70 ROWS=4></TEXTAREA>'; Echo '<p><INPUT TYPE=SUBMIT VALUE="SaveComment"><INPUT TYPE=SUBMIT VALUE="CharacterCounter"></p>'; Echo '</FORM>';
When "addcomment.php" is called I would like to have code to either save the comment or count the characters in the comment, but need to know which button was pushed.
Thanks,
Jon


Sign In
Create Account


Back to top









