How would I go to php code after submitting a form in html?
I have this html from. Under it in the code on the same page is my php code that I want to execute when the form is submitted. What would I put in the "what to put here" to go to and execute the code:
code:
<form method="POST" action="what to put here" enctype="multipart/form-data">