I'm reading in from a V12 database where fields are seperated by a nonprintable character. I know that the character is char(16) in ASP. How can I specify ASCII_CHAR_16, as in the statement below:
$word = fgetcsv("ASCII_CHAR_16");
I know my wording is off, please help me out if you can understand this jibber jabber that I am posting.
Thanks