Die php datei steht hier =)
egal:
ajax_php.php
<?php
header('Content-Type: text/html; charset=utf-8');
header('Cache-Control: must-revalidate, pre-check=0, no-store, no-cache, max-age=0, post-check=0');
$text = $_POST['text'];
echo $text;
?>ajax.php
<html>
<head>
<title>Meine...