Emperor
07-10-2005, 09:06 PM
Hi guys,
What do you think the best way to get data from a <TEXTAREA> line by line is ?
Right now I do something like this:
$arrData=explode("\r\n",$_POST['frmInput']);
...using '\r\n' as the delimiter. It works but maybe there is a better way ?
Thanks.
What do you think the best way to get data from a <TEXTAREA> line by line is ?
Right now I do something like this:
$arrData=explode("\r\n",$_POST['frmInput']);
...using '\r\n' as the delimiter. It works but maybe there is a better way ?
Thanks.