PHP: Get value from url.com/?key=value
<?php // url.com/?key=value $key = htmlspecialchars( trim($_GET['key']) ); ?>