Could you give the specific code of your html form you are using or something similar so people can better answer you question?
For now I can give you this
If you submit a form you have to set a method. POST, or GET. Also please look at this reference on PHP predefined variables http://www.php.net/manual/en/reserved.variables.php
Code:
<form action="submitmarks.php"
Leave a comment: