Skip to content

Instantly share code, notes, and snippets.

View 0xOneBeing's full-sized avatar

Sunday Obinna Oruwhone 0xOneBeing

View GitHub Profile
@0xOneBeing
0xOneBeing / index.htm
Created August 5, 2021 05:29 — forked from bloodyowl/index.htm
AJAX Contact Form with PHP
<!DOCTYPE HTML>
<html>
<head>
<title>Welcome to my Website</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="send.js"></script>
</head>
<body>
<h1>A Simple AJAX Contact Form</h1>
<form method="post" action="" id="contact_form">