<?php $output = new stdClass; $output->status = 'success'; print_r($output); echo $output->status;
You have javascript disabled. You will not be able to edit any code.