Sidon
06-24-2006, 12:28 AM
I need to make a text link (hyperlink) witch call my php script.
BUT i need to use POST method. (no variables in url)
i need this look:
<a href="script.php?page=2">next page</a>
.. but this funcionality:
<form action="script.php" method="post">
<input name="page" type="hidden" value="2" />
<input type="submit" value="next page" />
</form>
please help.
BUT i need to use POST method. (no variables in url)
i need this look:
<a href="script.php?page=2">next page</a>
.. but this funcionality:
<form action="script.php" method="post">
<input name="page" type="hidden" value="2" />
<input type="submit" value="next page" />
</form>
please help.