Posts by Minkah Oliveira • 1 point
1 post
-
0
votes0
answers45
viewsQ: How to call a PHP method in HTML when giving Submit in a form?
I have a form where I insert some data,when I give Ubmit, I want to pass this data, as parameter of a method and already do the execution of it. Can someone explain to me how to do?