Code: Select all
<Hey whats up?>its for a comment system, and Im no professional with php
this is what im using:
Code: Select all
<form action='blahblah.blahblah'>
<textarea cols="43" rows="11" name='blahblahblah'></textarea>
<input type='submit'>
</form>Code: Select all
$text=S_POST['blahblahblah'];
echo "$text";im not asking for BBcode or anything(unless you know how!
EDIT:
also, i wanna know how to automatically detect linebreaks, because in the editor even if you press enter a million times, all the text will be on one line