Sample code:
[CODE=html]
<form method="POST" enctype="multip art/form-data" action="process .php?id=$id&nam e=$name" >";
//code
<input type="file" name="text" size="70">";
</form>
[/CODE]
I want to hide the "action" value, so when user see my source code from the page, they won't see the next page target.
Is it possible?
Thx.
[CODE=html]
<form method="POST" enctype="multip art/form-data" action="process .php?id=$id&nam e=$name" >";
//code
<input type="file" name="text" size="70">";
</form>
[/CODE]
I want to hide the "action" value, so when user see my source code from the page, they won't see the next page target.
Is it possible?
Thx.
Comment