A
Anonymous
Guest
hi!
let me explain..
I'm trying to import database data from a csv file in which I have a record with a text field like this:
aaaaaa
bbbbb
ccccc
I read the file with a php function.
when I write the field in a html page the field is shown this way:
aaaaaa S/Nbbbbb S/Nccccc
and most important: I load value of the field in a field of a mysql db and in phpmydmin everything looks fine, but when I select the modify view of the record the strings of he field are joined by funny square symbols plus S/n. and so if i try to display it in a html text area.
NB: the data come from a filemaker db
the square symbol seems to be a vertical tab (asciii 11)
please help me to clean the string or to prevent the squares to be shown.
sorry for syntax and english
let me explain..
I'm trying to import database data from a csv file in which I have a record with a text field like this:
aaaaaa
bbbbb
ccccc
I read the file with a php function.
when I write the field in a html page the field is shown this way:
aaaaaa S/Nbbbbb S/Nccccc
and most important: I load value of the field in a field of a mysql db and in phpmydmin everything looks fine, but when I select the modify view of the record the strings of he field are joined by funny square symbols plus S/n. and so if i try to display it in a html text area.
NB: the data come from a filemaker db
the square symbol seems to be a vertical tab (asciii 11)
please help me to clean the string or to prevent the squares to be shown.
sorry for syntax and english