3v4l.org

run code in 300+ PHP versions simultaneously
<?php $db = array( 'host' => '.hostinger.nl', 'user' => 'u126267875_pepe', 'pass' => 'com-puter', 'dbname' => 'u126267875_medal' ); if (!_connect($db['host'], $db['user'], $db['pass'])){ $_['foutcode'] = 'foutcode 002'; header('location: http://medalwars.url.ph/'); exit(); }elseif (!_select_db($db['dbname'])){ $_['foutcode'] = 'foutcode 003'; header("location: $before"); exit(); } if($before == 'http://medalwars.url.ph/create_account/'){ if(empty($username) AND empty($password) AND empty($password2) AND empty($email)){ $_['foutcode'] = 'foutcode 007'; header("location: $before"); exit(); }elseif(empty($username) AND (empty($password) OR empty($password2))){ $_['foutcode'] = 'foutcode 012'; header("location: $before"); exit(); }elseif(empty($username) AND empty($email)){ $_['foutcode'] = 'foutcode 013'; header("location: $before"); exit(); }elseif((empty($password) OR empty($password2)) AND empty($email)){ $_['foutcode'] = 'foutcode 014'; header("location: $before"); exit(); }elseif(empty($username)){ $_['foutcode'] = 'foutcode 005'; header("location: $before"); exit(); }elseif(empty($password)){ $_['foutcode'] = 'foutcode 006'; header("location: $before"); exit(); }elseif(empty($password2)){ $_['foutcode'] = 'foutcode 015'; header("location: $before"); exit(); }elseif(empty($email)){ $_['foutcode'] = 'foutcode 016'; header("location: $before"); exit(); }elseif($password <> $password2){ $_['foutcode'] = 'foutcode 017'; header("location: $before"); exit(); }elseif(strlen($username) < 6){ $_['foutcode'] = 'foutcode 018'; header("location: $before"); exit(); }elseif(strlen($password) < 8){ $_['foutcode'] = 'foutcode 019'; header("location: $before"); exit(); } }elseif($before == 'http://medalwars.url.ph/'){ if(empty($username) AND empty($password)){ $_['foutcode'] = 'foutcode 007'; header("location: $before"); exit(); }elseif(empty($username)){ $_['foutcode'] = 'foutcode 005'; header("location: $before"); exit(); }elseif(empty($password)){ $_['foutcode'] = 'foutcode 006'; header("location: $before"); exit(); } }

preferences:
46.59 ms | 402 KiB | 5 Q