Code: Select all
if ($_GET['submit']) {
$sendm = new sendmail();
$first_last = "anthony_james";
$sendm->query($first_last);
echo $sendm->email;
echo $sendm->query;
}
Other than error_reporting(5) what cna i do to prevent this. Why can we not have empty variables?