Hi Andy,
In your Blog:
on mouseUp
//the '&' in the string will cause problems so url encode it
put urlEncode("black&white") into tencodedString
put "animal=" & cat & "&color=" & tencodedString into tmyData
post tmyData to url "http://2108.co.uk/code/lc/mypost.lc?";
end mouseUp
I think yo
I've been doing a lot of work recently involving using POST & Url Encoding in
LiveCode and had to look at a lot of different sources of information to
sort out some of the problems I had encountered along the way.
So I've created the first in a series of blog posts on the subject