Php Server Self

[Solved] Php Server Self | Php - Code Explorer | yomemimo.com
Question : php server self

Answered by : ramsey-ediku

<form action="<?php echo $_SERVER['PHP_SELF']; ?>">
//there is no reason to use this to submit form data to the same page
<form action="">
//will do the same thing

Source : https://stackoverflow.com/questions/14093316/why-use-serverphp-self-instead-of | Last Update : Tue, 18 Feb 20

Answers related to php server self

Code Explorer Popular Question For Php