form name = frm1
file name = test.html, test.php
on submitting the form, the action should call the same file. i tried it with $PHP_SELF but it doesn't work. I am using php3. Is this function only supports php4??
http://xxx/xxx/<?php%20print%20$PHP_SELF;%20?>
After submitting the form, i get result as above. I use post method.