I'm assuming $submit is referring to the submit button.
First of all, the submit button isn't assigned to the variable $submit,
unless its NAME property is "submit". You could make a text field called
submit, a select box called submit, radio button, checkbox, etc. All it
depends on is which
I'm now trying to insert data into the database, but i seem to have a
problem with my
If ( $submit == "Sign!" )
{
echo "Whatever";
}
this is being done in a page called createentry.php which checks the submit
button on a page called index.html
once i place this statement in here the if