a little help with this is this to be "request"
like some thing like this ?
PHP Code:
if (!isset($action)) {
$action="options";
}
PHP Code:
if ($_REQUEST['do'] == 'options')
{