Skip to content
David Turner edited this page Jul 24, 2015 · 11 revisions

Do the Mozilla tutorial on Ajax.

Place your work in a folder named ajax inside your Cloud9 workspace.

Send me a link to the Web page with your solution.

<?php echo json_encode(array("userData" => $_POST['userName'], "computedString" => "Hello, " . $_POST['userName'])); ?>

Clone this wiki locally