Suppose I have two form in individual pages. One is Called ParytForm.html and second one is clientForm.html.
And I have a single PHP file which contains two php functions. One is PartyForm() and second one is clientForm().
Now is it possible, when user fill the form form PartyForm.html then partyForm() is called. and when user fill the form from clientForm.html then
clientForm() is called.
Thanks
Suppose I have two form in individual pages. One is Called ParytForm.html and second
Share
In one form put
and in the other:
then in your PHP code distinguish your input:
I adapted
ParytForm.htmlfor fun 😉