HTML Forms.
3 posts
Page 1 of 1
Ok, This is how to make a basic HTML form. It's very simple.

Code: Select all
Simple as it gets <HTML>
<head><title>Form!</title></head>
<body>
<form action="[whatever URL]" method="[post/get]">
Text: <input type="text" name="text1" />

Very simple i will put a php tutorial up soon on how to retrive the data from the form (Y) But you have the main thing set up
but shouldnt there be like a closing form tag body tad and html tag?

3 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023