i have a problem if i use action="<?=$PHP_SELF ?>" the path is not printing
can you plz tell me the problem with it
even i tried
action = <? echo $PHP_SELF; ?>
action = <? echo "$PHP_SELF"; ?>
action = <? echo '$PHP_SELF'; ?>
is there any problem with my php installation or with apache???