")) { echo "

Thanks for your message, $name, it has "; echo "been successfully sent!

"; } else { echo '

Sorry, your message couldn\'t be sent! Please try again later

'; } } else { echo "

Please fill the all the fields.

"; } } else { echo "

Fill in the fields below and hit send to send an e-mail to SpaceDog Central

"; } // Right now let set up the fields for the form if (!$name) $name = "Your name"; if (!$email) $email = "Your e-mail address"; if (!$message) $message = "Your message"; echo '

'; echo ' '; echo ' '; echo '

'; echo ''; echo '

'; // Include the footer; foot($style); ?>