Re: [PHP-WIN] Another Question!

2002-04-11 Thread Mike Flynn
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

[PHP-WIN] Another Question!

2002-04-11 Thread Nik Alleyne
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