3v4l.org

run code in 300+ PHP versions simultaneously
<?php if(isset($_GET['stats'])) { $stats = json_decode(file_get_contents('stats.json')); echo '<h1>Hits: '.$stats->hits.'</h1>'; echo "STATS WAS SET"; } else { // STATS WAS NOT SET $stats = json_decode(file_get_contents('stats.json')); $stats->hits++; file_put_contents('stats.json', json_encode($stats)); echo "STATS WAS NOT SET"; header("Location: http://www.bjcstcharlescounty.org/"); } ?>

preferences:
33.93 ms | 402 KiB | 5 Q