I am trying to learn Self Referencing Forms. I have read that a html form embedded in a php script is a self referencing form. I am still unable to pick the concept. Almost all the forms that I see in php codes are built with html. Is there something more specific about Self Referencing forms then just html forms being embedded in php script?
I am trying to learn Self Referencing Forms . I have read that a
Share
You probably mean something like this:
The empty action attribute causes the browser to submit it to the same URL as the one that is loaded. Via
count($_POST)we check whether the form was submitted and act accordingly.