Skip to content

Instantly share code, notes, and snippets.

View redhoodie's full-sized avatar

Michael Brown redhoodie

  • Cymonz Ltd
  • Wellington, New Zealand
  • 05:57 (UTC +12:00)
  • X @redhoodie
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Cam">
<title>Oliver Bray Music</title>
<?php
include 'config.php';
error_reporting (E_ALL ^ E_NOTICE);
$post = (!empty($_POST)) ? true : false;
if ($post) {
$name = stripslashes($_POST['name']);
$email = trim($_POST['email']);