|
Posted by nescio on 01/10/06 14:40
>> but i want to check if the delimiter they choose is the same as in the
>> csv-file)
>
> I guess you could call fgetcsv() with the specified delimiter, and if
> it returns FALSE then you know it didn't work.>
yes, that could be done, but if the specified delimiter is wrong but the
sign appears in the first line
it will return true, isn't it?
lets say they choose the sign '^', and in the csv-file the first line is:
"232";"4^dfd";"232323"
the return will be 'true', or am i mistaken?
nescio
[Back to original message]
|