I want to pass my form data to default file of a directory.
For eg:-
My default file for a directory is "Default.php".
If i give,
<form action="Directory">
</form>
, then the form data should be passed to "Default.php".
Is this possible ??
If so how ??