is there a way for someone to type into a form, and have that text printed to a .txt file that will save. Then, is there a way to pull that txt file and display it in HTML?
if I am being unclear, just let me know
![]() | It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!) |

|
|
|
|
Moderator: Malcolm

<form method="post">
Name: <br><input type="text" name="name" /><br /> <P>
Message: <br><textarea rows=5 cols=30 name="message"></textarea><br />
<input type="submit" name="submit" value="Leave Feedback" />

Users browsing this forum: No registered users and 0 guests