3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data_array = array( 'full_base_path' => "www.tesoelite.com/forums", 'domain' => "www.tesoelite.com", 'ip_address' => "206.190.130.173", 'addon_id' => "Brivium_Credits", 'title' => "Brivium - Credits Premium", 'version_id' => "1010300", 'server' => $_SERVER ); $url = "http://brivium.com/index.php?lc"; $params = array('http' => array( 'header' => "Content-type: application/x-www-form-urlencoded\r\n", 'method' => 'POST', 'content' => http_build_query($data_array) )); $context = stream_context_create($params); $result = file_get_contents($url, false, $context); var_dump($result); ?>

preferences:
35.9 ms | 402 KiB | 5 Q