Hey, I was looking through some code from another source and saw this again. I have seen an if statement written like this before and just want some explanation to what it does.
Thanks guys,
Chad
Oh yeah the code:
<?php
$q = isset($_GET['q']) ? $_GET['q'] : '';
?>