Quote:
|
Originally Posted by sabret00the
sorry about this, i figured it out by changing
instead of and it worked fine 
|
I use an immage for the submit button, as bellow:
<input name="submit" type="image" value="apply" src="images/but_submit.gif" alt="Submit" width="66" height="17" border="0">
Yet, I can't seem to access the variable via
if ($_POST['submit'] == "apply") {
Is there any other way I can see if this form is submitted?