Forum Moderators: coopster
<body>
<form action="filemaker.php" method="post">
<textarea name="thedata"></textarea><input type="submit" value="add">
</form></body>
right now if i typed... between{}
{
hello
this is a
test
}
the file says
{hello this is a test}
when i use the echo command in a php file
how do I have it insert the <br> tags automatically into the .txt file so it maintains the full structure of the textbox?
e.g. <TEXTAREA name="q" rows="20" cols="140" wrap="hard" value="">
This will insert a hard break into the text you post to your form.