We will now see some examples. echo $_SERVER['PHP_SELF']; ... <form name="form1" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>" > ...
確定! 回上一頁