Hi, can a html form's action attribute call some php code in the same page it is on?
Something like this...
<?php
maybe some php code that always runs goes here.
.
.
.
IF form action== submitted
do this
.
.
.
END IF
?>
<html>
<form>
.
.
.
</html>
Is this possible? Hope this makes sense.
Thanks!
ben