Salve ragazzi, ho la necessità che una stessa pagina abbia settati sia variabili post che get. Secondo voi è possibile?

ho fatto:
codice:
<form action=$_SERVER[PHP_SELF] method=post><input type=hidden name=valore value=val></form>
<form action=$_SERVER['PHP_SELF'] method=get><input type=hidden name=valore value=val>