I have this:
<?php
send_mail();
function do_mail ()
{
echo ("hi");
}
?>
and it returns:
Fatal error: Call to unsupported or undefined function send_mail() in /usr/home/magusdesigns.com/htdocs/php/form.php on line 9
whats wrong with that call!?
thanks-
Mac