Hello, I am apparently unable to store new line (ASCII 13) character in varchar (ASCII) from PHP (ODBC).
I create the string like this: $newline=chr(13); $result = "blah".$newline."huh"; If I echo the $result, I see two lines of output: blah huh After I insert this to SAP DB and retrive, echo the string, I get: blahhuh What happened to my new line? Thanks for your help, -- Yours, Andrej Falout, http://www.falout.com/disclaimer.html Visit the OpenSource alternative, Aubit 4gl: http://aubit4gl.sourceforge.net PLEASE NOTE: All HTML email sent to me WILL BE DELETED AUTOMATICALLY WITHOUT READING. _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
