How would I go by using the "this" keyword in a form action using php?

Dennis

New member
I want to do the php action in the same file as the form so I need to know how to do something like this to execute the form

<form action = "<?php $this ?>" method = "post">
...code
</form>

Am I doing this right or no?
 
Back
Top