<?php include '../config.php'; include('classes/shoutBox.class.php'); header('Content-type: text/xml'); $sb = new Shoutbox($_POST['nickname'], $_POST['message'], $_POST['op'], $_POST['ip']); echo $sb->response; ?>