$_SERVER
Posted: Fri Aug 20, 2004 10:49 am
Hi,
What is the difference in the behaviour of the php code below:
(Assume the current page is reload.php and by reloading the page, we want to update certain values)
and
<form action = "reload.php" method = "post">
Thank you very much,
-Haku-
What is the difference in the behaviour of the php code below:
(Assume the current page is reload.php and by reloading the page, we want to update certain values)
Code: Select all
<form action = "<?=$_SERVER['PHP_SELF']?> method = "post"><form action = "reload.php" method = "post">
Thank you very much,
-Haku-