Can someone tell me what the the exclamation is doing for the (isset) function - example /
<?php
if (!isset($_GET['p'])) { // no page specified -> load content from default.txt
- I am just learning but in this book all lf the (isset) function never has the "!" in front of it. Please explain???