OT: PHP Assist - Resolved!
Dan Friedman
dan at clearvisiontech.com
Mon Mar 28 13:57:12 EDT 2011
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!
More information about the use-livecode
mailing list