Salve a tutti, avrei bisogno di un piccolo aiuto ... provo a spiegarVI
vorrei trasformare questo pulsante fatto col form, in un semplice link testuale "<a href..." che mantenga le stesse funzioni
<form action="abc.php" method="POST">
<input type="hidden" name="host" value="<?=$_POST['host'];?>">
<input type="hidden" name="base" value="<?=$_POST['base'];?>">
<input type="submit" value="abc">
</form>
secondo voi è possibile?
grazie in anticipo.