To avoid errors you can add write this: $name = @$_POST['name'] or $name = isset($_POST['name']) ? $_POST['name'] : null
Please how do we hide hide our php code? Seems it is visible with some extensions
please how do we install yaml extension on an online server?
You wrote $myBody['DBKey'] = 'JW';, it is really your dbkey?
In your form, what are the names of yours inputs?