Actually I want to get data form form (text area).
And use it line by line. (usual line ends when user hits enter while typing)
Usage Example:
for(line number less then < and ++ function)
{
Statements/using data
}
Now how I can separate “text area” data into lines and use every line count wise. Please help.