i have delphi application sends data through tms twebpost component php script. script converts data sent $_get compatible url , posts return page.
the code works perfectly, except when try post multiline content, in $_post array see shows text in 1 long line, after converting $_get compatible url see following in place of blank line %0d%0a%0d%0a so, should like:
you must leave houses alone... go in peace looks you must leave houses alone... go in peace
is there anyway resolve issue , make html website read %0d%0a blank line?
Comments
Post a Comment