Last newline test
parent
68e51042b6
commit
846b120b34
3
gori.php
3
gori.php
|
@ -15,8 +15,7 @@
|
|||
if(isset($_POST['vijest'])) {
|
||||
$vijestiFile = file_get_contents($openShiftFolder."vijesti.csv");
|
||||
$vijest = $_POST['vijest'];
|
||||
$vijest = str_replace("\n", "<br>", $vijest);
|
||||
if(strpos($vijest, ',') !== FALSE) {
|
||||
if(strpos($vijest, ',') !== FALSE || strpos($vijest, '\n') !== FALSE) {
|
||||
$vijest = str_replace('"', '""', $vijest);
|
||||
$vijest = '"'.$vijest.'"';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue