$action = isset($_GET['action']) ? $_GET['action'] : null;
Im a little unsure what the above line does? I have some vague ideas (and I know what GET does etc) but I have never come across the : "operator"(?) or the ? "operator" (?).
Thanks very much.
 
     
    