Update... I was able to resolve the problem with some advise from Sarah Reichelt. She found a way around the problem by running base64Encode() on the compressed string before I POSTed it. PHP then successfully got the data. Then, simply running base64_decode($cData) on the data in my php script and then writing it down got everything written right.
Thank you Sarah! _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
