Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 12113cdf59d85cfc9779e0b1adce91bc > files > 20

php-analog-1.0.10-4.mga7.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");

?>