3v4l.org

run code in 300+ PHP versions simultaneously
<html> <head> <title>Profil - Freundesystem</title> <link rel='stylesheet' href='style.css' /> </head> <body> <?php include 'connect.php'; ?> <?php include 'functions.php'; ?> <?php include 'header.php'; ?> <div class='container'> <?php if(isset($_GET['user']) && !empty($_GET['user'])){ $user = $_GET['user']; } else { $user = $_SESSION['user_id']; } $my_id = $_SESSION['user_id']; $username = getuser($user, 'username'); ?> <h3><?php echo $username; ?></h3> <?php if($user != $my_id){ $check_friend_query = mysql_query("SELECT id FROM friends WHERE (user_one='$my_id' AND user_two='$user') OR (user_one='$user' AND user_two='$my_id')"); if(mysql_num_rows($check_friend_query) == 1){ echo "<a href='#' class='box'>Already Friends</a> | <a href='#' class='box'>Unfriend $username</a>"; } else { $myfrom_query = mysql_query("SELECT `id` FROM `friend_req` WHERE `myfrom`='$user' AND `myto`='$my_id'"); $myto_query = mysql_query("SELECT `id` FROM `friend_req` WHERE `myfrom`='$my_id' AND `myto`='$user'"); if(mysql_num_rows($myfrom_query) == 1){ echo "<a href='#' class='box'>Ignore</a> | <a href='' class='box'>Accept</a>"; } else if (mysql_num_rows($myto_query) == 1){ echo "<a href='#' class='box'>Cancel Request</a>"; } else { echo "<a href='#' class='box'>Send Friend Request</a>"; } } } ?> </div> </body> </html>
Output for 8.3.0 - 8.3.6
<html> <head> <title>Profil - Freundesystem</title> <link rel='stylesheet' href='style.css' /> </head> <body> Warning: include(): open_basedir restriction in effect. File(connect.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/CuXMr on line 7 Warning: include(connect.php): Failed to open stream: Operation not permitted in /in/CuXMr on line 7 Warning: include(): Failed opening 'connect.php' for inclusion (include_path='.:') in /in/CuXMr on line 7 Warning: include(): open_basedir restriction in effect. File(functions.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/CuXMr on line 9 Warning: include(functions.php): Failed to open stream: Operation not permitted in /in/CuXMr on line 9 Warning: include(): Failed opening 'functions.php' for inclusion (include_path='.:') in /in/CuXMr on line 9 Warning: include(): open_basedir restriction in effect. File(header.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/CuXMr on line 11 Warning: include(header.php): Failed to open stream: Operation not permitted in /in/CuXMr on line 11 Warning: include(): Failed opening 'header.php' for inclusion (include_path='.:') in /in/CuXMr on line 11 <div class='container'> Warning: Undefined global variable $_SESSION in /in/CuXMr on line 18 Warning: Trying to access array offset on null in /in/CuXMr on line 18 Warning: Undefined global variable $_SESSION in /in/CuXMr on line 20 Warning: Trying to access array offset on null in /in/CuXMr on line 20 Fatal error: Uncaught Error: Call to undefined function getuser() in /in/CuXMr:21 Stack trace: #0 {main} thrown in /in/CuXMr on line 21
Process exited with code 255.
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
<html> <head> <title>Profil - Freundesystem</title> <link rel='stylesheet' href='style.css' /> </head> <body> Warning: include(): open_basedir restriction in effect. File(connect.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/CuXMr on line 7 Warning: include(connect.php): Failed to open stream: Operation not permitted in /in/CuXMr on line 7 Warning: include(): Failed opening 'connect.php' for inclusion (include_path='.:') in /in/CuXMr on line 7 Warning: include(): open_basedir restriction in effect. File(functions.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/CuXMr on line 9 Warning: include(functions.php): Failed to open stream: Operation not permitted in /in/CuXMr on line 9 Warning: include(): Failed opening 'functions.php' for inclusion (include_path='.:') in /in/CuXMr on line 9 Warning: include(): open_basedir restriction in effect. File(header.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/CuXMr on line 11 Warning: include(header.php): Failed to open stream: Operation not permitted in /in/CuXMr on line 11 Warning: include(): Failed opening 'header.php' for inclusion (include_path='.:') in /in/CuXMr on line 11 <div class='container'> Warning: Undefined global variable $_SESSION in /in/CuXMr on line 18 Warning: Trying to access array offset on value of type null in /in/CuXMr on line 18 Warning: Undefined global variable $_SESSION in /in/CuXMr on line 20 Warning: Trying to access array offset on value of type null in /in/CuXMr on line 20 Fatal error: Uncaught Error: Call to undefined function getuser() in /in/CuXMr:21 Stack trace: #0 {main} thrown in /in/CuXMr on line 21
Process exited with code 255.
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30
<html> <head> <title>Profil - Freundesystem</title> <link rel='stylesheet' href='style.css' /> </head> <body> Warning: include(): open_basedir restriction in effect. File(connect.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/CuXMr on line 7 Warning: include(connect.php): Failed to open stream: Operation not permitted in /in/CuXMr on line 7 Warning: include(): Failed opening 'connect.php' for inclusion (include_path='.:') in /in/CuXMr on line 7 Warning: include(): open_basedir restriction in effect. File(functions.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/CuXMr on line 9 Warning: include(functions.php): Failed to open stream: Operation not permitted in /in/CuXMr on line 9 Warning: include(): Failed opening 'functions.php' for inclusion (include_path='.:') in /in/CuXMr on line 9 Warning: include(): open_basedir restriction in effect. File(header.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/CuXMr on line 11 Warning: include(header.php): Failed to open stream: Operation not permitted in /in/CuXMr on line 11 Warning: include(): Failed opening 'header.php' for inclusion (include_path='.:') in /in/CuXMr on line 11 <div class='container'> Warning: Undefined variable $_SESSION in /in/CuXMr on line 18 Warning: Trying to access array offset on value of type null in /in/CuXMr on line 18 Warning: Undefined variable $_SESSION in /in/CuXMr on line 20 Warning: Trying to access array offset on value of type null in /in/CuXMr on line 20 Fatal error: Uncaught Error: Call to undefined function getuser() in /in/CuXMr:21 Stack trace: #0 {main} thrown in /in/CuXMr on line 21
Process exited with code 255.
Output for 8.0.13
<html> <head> <title>Profil - Freundesystem</title> <link rel='stylesheet' href='style.css' /> </head> <body> Warning: include(connect.php): Failed to open stream: No such file or directory in /in/CuXMr on line 7 Warning: include(): Failed opening 'connect.php' for inclusion (include_path='.:') in /in/CuXMr on line 7 Warning: include(functions.php): Failed to open stream: No such file or directory in /in/CuXMr on line 9 Warning: include(): Failed opening 'functions.php' for inclusion (include_path='.:') in /in/CuXMr on line 9 Warning: include(header.php): Failed to open stream: No such file or directory in /in/CuXMr on line 11 Warning: include(): Failed opening 'header.php' for inclusion (include_path='.:') in /in/CuXMr on line 11 <div class='container'> Warning: Undefined variable $_SESSION in /in/CuXMr on line 18 Warning: Trying to access array offset on value of type null in /in/CuXMr on line 18 Warning: Undefined variable $_SESSION in /in/CuXMr on line 20 Warning: Trying to access array offset on value of type null in /in/CuXMr on line 20 Fatal error: Uncaught Error: Call to undefined function getuser() in /in/CuXMr:21 Stack trace: #0 {main} thrown in /in/CuXMr on line 21
Process exited with code 255.
Output for 7.4.33
<html> <head> <title>Profil - Freundesystem</title> <link rel='stylesheet' href='style.css' /> </head> <body> Warning: include(connect.php): failed to open stream: No such file or directory in /in/CuXMr on line 7 Warning: include(): Failed opening 'connect.php' for inclusion (include_path='.:') in /in/CuXMr on line 7 Warning: include(functions.php): failed to open stream: No such file or directory in /in/CuXMr on line 9 Warning: include(): Failed opening 'functions.php' for inclusion (include_path='.:') in /in/CuXMr on line 9 Warning: include(header.php): failed to open stream: No such file or directory in /in/CuXMr on line 11 Warning: include(): Failed opening 'header.php' for inclusion (include_path='.:') in /in/CuXMr on line 11 <div class='container'> Notice: Undefined variable: _SESSION in /in/CuXMr on line 18 Notice: Trying to access array offset on value of type null in /in/CuXMr on line 18 Notice: Undefined variable: _SESSION in /in/CuXMr on line 20 Notice: Trying to access array offset on value of type null in /in/CuXMr on line 20 Fatal error: Uncaught Error: Call to undefined function getuser() in /in/CuXMr:21 Stack trace: #0 {main} thrown in /in/CuXMr on line 21
Process exited with code 255.
Output for 7.4.0 - 7.4.32
<html> <head> <title>Profil - Freundesystem</title> <link rel='stylesheet' href='style.css' /> </head> <body> Warning: include(): open_basedir restriction in effect. File(connect.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/CuXMr on line 7 Warning: include(connect.php): failed to open stream: Operation not permitted in /in/CuXMr on line 7 Warning: include(): Failed opening 'connect.php' for inclusion (include_path='.:') in /in/CuXMr on line 7 Warning: include(): open_basedir restriction in effect. File(functions.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/CuXMr on line 9 Warning: include(functions.php): failed to open stream: Operation not permitted in /in/CuXMr on line 9 Warning: include(): Failed opening 'functions.php' for inclusion (include_path='.:') in /in/CuXMr on line 9 Warning: include(): open_basedir restriction in effect. File(header.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/CuXMr on line 11 Warning: include(header.php): failed to open stream: Operation not permitted in /in/CuXMr on line 11 Warning: include(): Failed opening 'header.php' for inclusion (include_path='.:') in /in/CuXMr on line 11 <div class='container'> Notice: Undefined variable: _SESSION in /in/CuXMr on line 18 Notice: Trying to access array offset on value of type null in /in/CuXMr on line 18 Notice: Undefined variable: _SESSION in /in/CuXMr on line 20 Notice: Trying to access array offset on value of type null in /in/CuXMr on line 20 Fatal error: Uncaught Error: Call to undefined function getuser() in /in/CuXMr:21 Stack trace: #0 {main} thrown in /in/CuXMr on line 21
Process exited with code 255.
Output for 7.3.32 - 7.3.33
<html> <head> <title>Profil - Freundesystem</title> <link rel='stylesheet' href='style.css' /> </head> <body> Warning: include(connect.php): failed to open stream: No such file or directory in /in/CuXMr on line 7 Warning: include(): Failed opening 'connect.php' for inclusion (include_path='.:') in /in/CuXMr on line 7 Warning: include(functions.php): failed to open stream: No such file or directory in /in/CuXMr on line 9 Warning: include(): Failed opening 'functions.php' for inclusion (include_path='.:') in /in/CuXMr on line 9 Warning: include(header.php): failed to open stream: No such file or directory in /in/CuXMr on line 11 Warning: include(): Failed opening 'header.php' for inclusion (include_path='.:') in /in/CuXMr on line 11 <div class='container'> Fatal error: Uncaught Error: Call to undefined function getuser() in /in/CuXMr:21 Stack trace: #0 {main} thrown in /in/CuXMr on line 21
Process exited with code 255.
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31
<html> <head> <title>Profil - Freundesystem</title> <link rel='stylesheet' href='style.css' /> </head> <body> Warning: include(): open_basedir restriction in effect. File(connect.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/CuXMr on line 7 Warning: include(connect.php): failed to open stream: Operation not permitted in /in/CuXMr on line 7 Warning: include(): Failed opening 'connect.php' for inclusion (include_path='.:') in /in/CuXMr on line 7 Warning: include(): open_basedir restriction in effect. File(functions.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/CuXMr on line 9 Warning: include(functions.php): failed to open stream: Operation not permitted in /in/CuXMr on line 9 Warning: include(): Failed opening 'functions.php' for inclusion (include_path='.:') in /in/CuXMr on line 9 Warning: include(): open_basedir restriction in effect. File(header.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/CuXMr on line 11 Warning: include(header.php): failed to open stream: Operation not permitted in /in/CuXMr on line 11 Warning: include(): Failed opening 'header.php' for inclusion (include_path='.:') in /in/CuXMr on line 11 <div class='container'> Notice: Undefined variable: _SESSION in /in/CuXMr on line 18 Notice: Undefined variable: _SESSION in /in/CuXMr on line 20 Fatal error: Uncaught Error: Call to undefined function getuser() in /in/CuXMr:21 Stack trace: #0 {main} thrown in /in/CuXMr on line 21
Process exited with code 255.
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.40
<html> <head> <title>Profil - Freundesystem</title> <link rel='stylesheet' href='style.css' /> </head> <body> Warning: include(): open_basedir restriction in effect. File(connect.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/CuXMr on line 7 Warning: include(connect.php): failed to open stream: Operation not permitted in /in/CuXMr on line 7 Warning: include(): Failed opening 'connect.php' for inclusion (include_path='.:') in /in/CuXMr on line 7 Warning: include(): open_basedir restriction in effect. File(functions.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/CuXMr on line 9 Warning: include(functions.php): failed to open stream: Operation not permitted in /in/CuXMr on line 9 Warning: include(): Failed opening 'functions.php' for inclusion (include_path='.:') in /in/CuXMr on line 9 Warning: include(): open_basedir restriction in effect. File(header.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/CuXMr on line 11 Warning: include(header.php): failed to open stream: Operation not permitted in /in/CuXMr on line 11 Warning: include(): Failed opening 'header.php' for inclusion (include_path='.:') in /in/CuXMr on line 11 <div class='container'> Notice: Undefined variable: _SESSION in /in/CuXMr on line 18 Notice: Undefined variable: _SESSION in /in/CuXMr on line 20 Fatal error: Call to undefined function getuser() in /in/CuXMr on line 21
Process exited with code 255.
Output for 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45
<html> <head> <title>Profil - Freundesystem</title> <link rel='stylesheet' href='style.css' /> </head> <body> Warning: include(connect.php): failed to open stream: No such file or directory in /in/CuXMr on line 7 Warning: include(): Failed opening 'connect.php' for inclusion (include_path='.:') in /in/CuXMr on line 7 Warning: include(functions.php): failed to open stream: No such file or directory in /in/CuXMr on line 9 Warning: include(): Failed opening 'functions.php' for inclusion (include_path='.:') in /in/CuXMr on line 9 Warning: include(header.php): failed to open stream: No such file or directory in /in/CuXMr on line 11 Warning: include(): Failed opening 'header.php' for inclusion (include_path='.:') in /in/CuXMr on line 11 <div class='container'> Notice: Undefined variable: _SESSION in /in/CuXMr on line 18 Notice: Undefined variable: _SESSION in /in/CuXMr on line 20 Fatal error: Call to undefined function getuser() in /in/CuXMr on line 21
Process exited with code 255.
Output for 5.0.4 - 5.0.5
<html> <head> <title>Profil - Freundesystem</title> <link rel='stylesheet' href='style.css' /> </head> <body> Warning: main(connect.php): failed to open stream: No such file or directory in /in/CuXMr on line 7 Warning: main(): Failed opening 'connect.php' for inclusion (include_path='.:') in /in/CuXMr on line 7 Warning: main(functions.php): failed to open stream: No such file or directory in /in/CuXMr on line 9 Warning: main(): Failed opening 'functions.php' for inclusion (include_path='.:') in /in/CuXMr on line 9 Warning: main(header.php): failed to open stream: No such file or directory in /in/CuXMr on line 11 Warning: main(): Failed opening 'header.php' for inclusion (include_path='.:') in /in/CuXMr on line 11 <div class='container'> Notice: Undefined variable: _SESSION in /in/CuXMr on line 18 Notice: Undefined variable: _SESSION in /in/CuXMr on line 20 Fatal error: Call to undefined function getuser() in /in/CuXMr on line 21
Process exited with code 255.
Output for 5.0.0 - 5.0.3
<html> <head> <title>Profil - Freundesystem</title> <link rel='stylesheet' href='style.css' /> </head> <body> Warning: main(connect.php): failed to open stream: No such file or directory in /in/CuXMr on line 7 Warning: main(): Failed opening 'connect.php' for inclusion (include_path='.:') in /in/CuXMr on line 7 Warning: main(functions.php): failed to open stream: No such file or directory in /in/CuXMr on line 9 Warning: main(): Failed opening 'functions.php' for inclusion (include_path='.:') in /in/CuXMr on line 9 Warning: main(header.php): failed to open stream: No such file or directory in /in/CuXMr on line 11 Warning: main(): Failed opening 'header.php' for inclusion (include_path='.:') in /in/CuXMr on line 11 <div class='container'> Notice: Undefined variable: _SESSION in /in/CuXMr on line 18 Notice: Undefined variable: _SESSION in /in/CuXMr on line 20 Fatal error: Call to undefined function getuser() in /in/CuXMr on line 21
Process exited with code 255.
Output for 4.4.5 - 4.4.9
<html> <head> <title>Profil - Freundesystem</title> <link rel='stylesheet' href='style.css' /> </head> <body> Warning: main(connect.php): failed to open stream: No such file or directory in /in/CuXMr on line 7 Warning: main(): Failed opening 'connect.php' for inclusion (include_path='.:') in /in/CuXMr on line 7 Warning: main(functions.php): failed to open stream: No such file or directory in /in/CuXMr on line 9 Warning: main(): Failed opening 'functions.php' for inclusion (include_path='.:') in /in/CuXMr on line 9 Warning: main(header.php): failed to open stream: No such file or directory in /in/CuXMr on line 11 Warning: main(): Failed opening 'header.php' for inclusion (include_path='.:') in /in/CuXMr on line 11 <div class='container'> Notice: Undefined variable: _SESSION in /in/CuXMr on line 18 Notice: Undefined variable: _SESSION in /in/CuXMr on line 20 Fatal error: Call to undefined function: getuser() in /in/CuXMr on line 21
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
<html> <head> <title>Profil - Freundesystem</title> <link rel='stylesheet' href='style.css' /> </head> <body> Warning: main(connect.php): failed to open stream: No such file or directory in /in/CuXMr on line 7 Warning: main(): Failed opening 'connect.php' for inclusion (include_path='.:') in /in/CuXMr on line 7 Warning: main(functions.php): failed to open stream: No such file or directory in /in/CuXMr on line 9 Warning: main(): Failed opening 'functions.php' for inclusion (include_path='.:') in /in/CuXMr on line 9 Warning: main(header.php): failed to open stream: No such file or directory in /in/CuXMr on line 11 Warning: main(): Failed opening 'header.php' for inclusion (include_path='.:') in /in/CuXMr on line 11 <div class='container'> Notice: Undefined variable: _SESSION in /in/CuXMr on line 18 Notice: Undefined variable: _SESSION in /in/CuXMr on line 20 Fatal error: Call to undefined function: getuser() in /in/CuXMr on line 21
Process exited with code 255.
Output for 4.3.0 - 4.3.1
<html> <head> <title>Profil - Freundesystem</title> <link rel='stylesheet' href='style.css' /> </head> <body> Warning: main(connect.php) [http://www.php.net/function.main]: failed to create stream: No such file or directory in /in/CuXMr on line 7 Warning: main() [http://www.php.net/function.main]: Failed opening 'connect.php' for inclusion (include_path='.:') in /in/CuXMr on line 7 Warning: main(functions.php) [http://www.php.net/function.main]: failed to create stream: No such file or directory in /in/CuXMr on line 9 Warning: main() [http://www.php.net/function.main]: Failed opening 'functions.php' for inclusion (include_path='.:') in /in/CuXMr on line 9 Warning: main(header.php) [http://www.php.net/function.main]: failed to create stream: No such file or directory in /in/CuXMr on line 11 Warning: main() [http://www.php.net/function.main]: Failed opening 'header.php' for inclusion (include_path='.:') in /in/CuXMr on line 11 <div class='container'> Notice: Undefined variable: _SESSION in /in/CuXMr on line 18 Notice: Undefined variable: _SESSION in /in/CuXMr on line 20 Fatal error: Call to undefined function: getuser() in /in/CuXMr on line 21

preferences:
305.35 ms | 404 KiB | 459 Q