Dear Friends

I want send two values by post params:

First a url variable:

<?php $_GET["group"]; ?>

Second a field form SELECT: less "<>"

select name="AREA" id="areaproj"
option Select.... /option
option value="ANT" ANT /option
option value="IMG" IMG /option
/select

this 2 values, i want send in post _params, please you can helpme, showme the way to make this operation, i tried some options without good results.

Thanks!!