Skip to content

Instantly share code, notes, and snippets.

View kevinkhill's full-sized avatar

Kevin Hill kevinkhill

View GitHub Profile
@kevinkhill
kevinkhill / index.php
Created September 26, 2015 23:39
PHP Forms Example
<!DOCTYPE html>
<html lang="en">
<head>
<title>Post Example</title>
<style type="text/css" rel="stylesheet">
html, body {
padding: 0;
margin: 0;
}