This is driving me nuts.
print $camptime; // time prints as 1:00
$sql = "update camps set
location = '$location', address='$address', city='$city', state='$state', zip='$zip',camptime='$camptime',
startdate='$startdate', enddate='$enddate', camptime='$campttime', directions='$directions', cost='$cost', type='$type'
where campID = $campID";
print $sql; // time doesn't print - it shows camptime=''
any ideas how that isn't printing correctly?