I\'m new to PHP.
I am running a script which builds a form.
Based on user inputs, i need to re-run the same script to produce some output.
In the form tag i\'ve,
<FORM NAME=\"LOGIN\" METHOD=\"GET\" ACTION=\"<? echo $PHP_SELF; ?>\">
How ever, this doesnot make the script re-run after entering the Submit button.
I\'m at loss. ANy help is appreciated.
Thanks