<?php $post = array( 'username' => 'Jane', ); $action = empty($post['action']) ? 'default' : $post['action']; var_dump($action);
You have javascript disabled. You will not be able to edit any code.