we must to write PHP_SELF in the action of the current page and the other related page ?
There would no other related page since the form submits to the current page.
If I have a field in the current page and the other page have 2 other field that I want to appear in the current page. Where I should write the PHP_SELF ? In the current page or in the other pages?
If there is an "other page", it means that you are processing the form in the "other page", so the form action should be the other page's URI, not $_SERVER['PHP_SELF'].