Mig
08-01-2007, 03:52 AM
Anyone have a simple way to handle missing URL parameters?
$c = $_GET['c'];
...to set the variable to a default if c is not passed.
Thanks.
$c = $_GET['c'];
...to set the variable to a default if c is not passed.
Thanks.