hi guys
i have a small question about < form action='' >
what is difference between
<form action='$SERVER['PHP_SELF'] >
and
<form action='<? echo htmlspecialchars($_SERVER['PHP_SELF'); ?> ' >
if this way
action='<? echo htmlspecialchars($_SERVER['PHP_SELF'); ?> '
have benefit in security !
i wait any idea
Thanks a lot