<?php /** * Module documentation * @package Broker */ if (isset ( $_GET ["suboperation"] ) && is_string ( $_GET ["suboperation"] ) && trim ( $_GET ["suboperation"] ) != "") { // do something } ?>