How To Process Forms In An Controller Action?

How to process forms in an Controller Action?

for examaple in my view:




<form id="formid">

     <input name="yrlevel"></input>

</form>



How will I process it like this in my action:




$criteria->addSearchCondition('yrLvl', $_GET['yrlevel']



you already asked it here :)