<?php

    header
("Content-Type: text/plain; charset=utf-8");
    
    print 
"You typed:                 " $_GET['text'] . "\n";
    print 
"You pressed this button:   " $_GET['button'];

?>