Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > 3a649fa26de04b0283b9d5ebab66c377 > files > 20

php-analog-1.0.3-2.mga4.noarch.rpm

<?php

/**
 * This works with test_post.php to verify sent data.
 * Run me via:
 *
 *     php -S localhost:8080 server.php
 *
 * Note: Requires PHP 5.4+
 */
file_put_contents ('php://stdout', 'Logged: ' . join (' - ', $_POST) . "\n");

?>