Search found 1 match

Page 1 of 1

Search found 1 match

Re: FIXED! Australia post mod not working

The lines

$parts = explode("\n", trim($response));

should also really be

$parts = explode("\r\n", trim($response));

otherwise you'll end up with return characters in the array.

Jump to post
  • Mon Oct 01, 2012 12:18 pm
  • Replies 3
  • Views 3218

Page 1 of 1

Search found 1 match