Been away from the coding part for quite a while, very rusty at the moment, so this is probably a really easy question 🙂
if my memory doesnt fail me, one used to be able to do something like this
input class='c_formbutton' name='bempty' type='submit' value='clear'>
</div>
</form>";
if ($bsend)
{........enter randon psuedo code here....
}
eg. simple check on the button name to see it is is pressed.
now im getting undefiend variable errors instead =)
thanks in advance.
/M.