onedumbcoder Posted December 1, 2008 Share Posted December 1, 2008 if i have a textarea and i post it how do i find out where the user push "Return" to go to a new line? for example <form><textarea name='i'></textarea><.... $value = $_post['i']; i want to know where in $value the return button was pushed Link to comment https://forums.phpfreaks.com/topic/135062-how-to-capture-new-lines/ Share on other sites More sharing options...
Barand Posted December 1, 2008 Share Posted December 1, 2008 There will be a "\n" in the text Link to comment https://forums.phpfreaks.com/topic/135062-how-to-capture-new-lines/#findComment-703491 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.