Motho ke Motho ka batho!

I see the world as it is and re-enact it as is or as it ought to be.






Image 1
if (mail($to, $subject, $message, $headers)) { $success = 'Your message has been sent'; echo '

{$success}

'; } else { $error = 'There was an error sending your message'; echo '

{$error}

'; } }