With PHP is using the serialize and unserialize function but, how to serialize in objective c for send to URL? Or some idea?
2 Answers
JSON is great for transmitting data objects over HTTP in a language-independent manner, and there are JSON parsing libraries available for both Objective-C and PHP.