With the little information you provide you can't expect any good awnsers.
Try to change the sending method from POST to GET, as in
HTML Code:
<form method="get" action="...">
...
</form>
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
|