Hello. I am currently trying to make a system using PHP where my members will fill out a form, submit the form, and whatever they submit will show up on the web page. It is sort of like a chat room. Here is the code I am currently using:
<html>
<head>
<title>
PHP Tests
</title>
</head>...