Rockonmetal
02-22-2007, 01:45 AM
Ok here is the deal
I don't got no server
I don't want 2 buy one either
I just want to (for my self) use a simple little form inorder to add stuff into a txt file, xml file, or anyother file.
WHAT IT MUST HAVE!!
the ability to edit and save on that file.
I don't have to edit the file myself in order to do this.
Thats all
here is the code of the form.
<html>
<body>
<form action="file edited goes here right??" method="post">
<br>Video Name: <input type="textfield" name="VideoName">
<br>Video Date: <input type="textfield" name="VideoDate">
<br>Video Supplier: <input type="textfield" name="Username">
<br>Video Type: <input type="textfield" name="Videotype">
<br><input type="button" value="Submit">
</form>
</body>
</html>
I don't got no server
I don't want 2 buy one either
I just want to (for my self) use a simple little form inorder to add stuff into a txt file, xml file, or anyother file.
WHAT IT MUST HAVE!!
the ability to edit and save on that file.
I don't have to edit the file myself in order to do this.
Thats all
here is the code of the form.
<html>
<body>
<form action="file edited goes here right??" method="post">
<br>Video Name: <input type="textfield" name="VideoName">
<br>Video Date: <input type="textfield" name="VideoDate">
<br>Video Supplier: <input type="textfield" name="Username">
<br>Video Type: <input type="textfield" name="Videotype">
<br><input type="button" value="Submit">
</form>
</body>
</html>