quote:
Originally posted by Matti
JSON is terribly simple. Make a PHP array, output the result of json_encode of your array and eval() it in JScript.
You guys just delight in making me feel bad don't you.
One thing though, as I already have my script working with XML (although possibly going to fail soon due to server changes), would it be possible to have multiple things determined by case?
To explain better, I used xml because sometimes I needed data according to case sensitive fields, such as "Sonic the Hedgehog" and "SONIC THE HEDGEHOG" getting different data, and the xml nodes allowed this well. Would I be able to (easily) set up this in JSON, or gonna need complicated workarounds?
Leroux = The worlds oldest, most experienced scripting newbie.