A & B Palmyra
'; ?> { "library": "jQuery", "plugin": "form", "hello": "goodbye", "tomato": "tomoto" } '; } else if ($type == 'script') { // wrap script in a textarea if the request did not come from xhr if (!$xhr) echo ''; } else { // return text var_dump for the html request echo "VAR DUMP:

"; var_dump($_POST); foreach($_FILES as $file) { $n = $file['name']; $s = $file['size']; if (!$n) continue; echo "File: $n ($s bytes)"; } } ?>