receiving.php
codice:
 
$data = $_POST['thisnum'];
$rand = rand(1,99999);
echo 'tu hai inviato '.$data.' e receiving.php ha generato '.$rand;