Thank you! Worked perfect!
Just for the record here is the code for retrieving the data from the column
<?php echo(isset($_GET['event_state']) ? $_GET['event_state'] : ""); ?>
This will return the value you specify
<?php echo(isset($_GET["addedmoney"])?"Added Money Results":""); ?>