Form Element


SUBMITTED BY: Guest

DATE: Oct. 7, 2014, 12:27 p.m.

FORMAT: Text only

SIZE: 270 Bytes

HITS: 1068

  1. <form method="post" action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>">What is the $_SERVER["PHP_SELF"] variable?
  2. The $_SERVER["PHP_SELF"] is a super global variable that returns the filename of the currently executing script.

comments powered by Disqus