Ciao.
Questo snippet ti leva tutti i \n
se può esserti utile<?php
if(isset($_POST['textArea']))
{
$string = "";
$count = explode("\n",$_POST['textArea']);
foreach($count as $row)
{
$string .= $row;
}
echo $string;
}
?>![]()
Stammi bene.
Ciao.
Questo snippet ti leva tutti i \n
se può esserti utile<?php
if(isset($_POST['textArea']))
{
$string = "";
$count = explode("\n",$_POST['textArea']);
foreach($count as $row)
{
$string .= $row;
}
echo $string;
}
?>![]()
Stammi bene.
Without faith, nothing is possible. With it, nothing is impossible
http://ilwebdifabio.it