3v4l.org

run code in 300+ PHP versions simultaneously
<?php $curso=$_post['lista']; $nome=$_post['nome']; $morada=$_post['morada']; $contacto=$_post['contacto']; $email=$_post['email']; $profissional=$_post['spryradio1']; $email_from = 'geral@cooperativa-agricola.pt'; $email_subject = "Coonfagri-Novo Candidato"; $email_body ="Candidato ao Curso de $curso.\Nome : $nome\n Morada : $morada\n Contacto : $contacto\n Email : $email\n Regime : $profissional "; $to = "oskr.g6@gmail.com"; $headers = "From: $email_from \r\n"; $headers .= "Reply-To: $email \r\n"; mail($to,$email_subject,$email_body,$headers); header('Location: www.cooperativa-agricola.pt');
Output for 8.3.0 - 8.3.6
Warning: Undefined variable $_post in /in/dn7p6 on line 2 Warning: Trying to access array offset on null in /in/dn7p6 on line 2 Warning: Undefined variable $_post in /in/dn7p6 on line 3 Warning: Trying to access array offset on null in /in/dn7p6 on line 3 Warning: Undefined variable $_post in /in/dn7p6 on line 4 Warning: Trying to access array offset on null in /in/dn7p6 on line 4 Warning: Undefined variable $_post in /in/dn7p6 on line 5 Warning: Trying to access array offset on null in /in/dn7p6 on line 5 Warning: Undefined variable $_post in /in/dn7p6 on line 6 Warning: Trying to access array offset on null in /in/dn7p6 on line 6 Warning: Undefined variable $_post in /in/dn7p6 on line 7 Warning: Trying to access array offset on null in /in/dn7p6 on line 7 Fatal error: Uncaught Error: Call to undefined function mail() in /in/dn7p6:25 Stack trace: #0 {main} thrown in /in/dn7p6 on line 25
Process exited with code 255.
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
Warning: Undefined variable $_post in /in/dn7p6 on line 2 Warning: Trying to access array offset on value of type null in /in/dn7p6 on line 2 Warning: Undefined variable $_post in /in/dn7p6 on line 3 Warning: Trying to access array offset on value of type null in /in/dn7p6 on line 3 Warning: Undefined variable $_post in /in/dn7p6 on line 4 Warning: Trying to access array offset on value of type null in /in/dn7p6 on line 4 Warning: Undefined variable $_post in /in/dn7p6 on line 5 Warning: Trying to access array offset on value of type null in /in/dn7p6 on line 5 Warning: Undefined variable $_post in /in/dn7p6 on line 6 Warning: Trying to access array offset on value of type null in /in/dn7p6 on line 6 Warning: Undefined variable $_post in /in/dn7p6 on line 7 Warning: Trying to access array offset on value of type null in /in/dn7p6 on line 7 Fatal error: Uncaught Error: Call to undefined function mail() in /in/dn7p6:25 Stack trace: #0 {main} thrown in /in/dn7p6 on line 25
Process exited with code 255.
Output for 8.0.13
Warning: Undefined variable $_post in /in/dn7p6 on line 2 Warning: Trying to access array offset on value of type null in /in/dn7p6 on line 2 Warning: Undefined variable $_post in /in/dn7p6 on line 3 Warning: Trying to access array offset on value of type null in /in/dn7p6 on line 3 Warning: Undefined variable $_post in /in/dn7p6 on line 4 Warning: Trying to access array offset on value of type null in /in/dn7p6 on line 4 Warning: Undefined variable $_post in /in/dn7p6 on line 5 Warning: Trying to access array offset on value of type null in /in/dn7p6 on line 5 Warning: Undefined variable $_post in /in/dn7p6 on line 6 Warning: Trying to access array offset on value of type null in /in/dn7p6 on line 6 Warning: Undefined variable $_post in /in/dn7p6 on line 7 Warning: Trying to access array offset on value of type null in /in/dn7p6 on line 7 Warning: mail(): Could not execute mail delivery program '/usr/sbin/sendmail -t -i' in /in/dn7p6 on line 25 Warning: Cannot modify header information - headers already sent by (output started at /in/dn7p6:2) in /in/dn7p6 on line 26
Output for 7.4.0 - 7.4.33
Notice: Undefined variable: _post in /in/dn7p6 on line 2 Notice: Trying to access array offset on value of type null in /in/dn7p6 on line 2 Notice: Undefined variable: _post in /in/dn7p6 on line 3 Notice: Trying to access array offset on value of type null in /in/dn7p6 on line 3 Notice: Undefined variable: _post in /in/dn7p6 on line 4 Notice: Trying to access array offset on value of type null in /in/dn7p6 on line 4 Notice: Undefined variable: _post in /in/dn7p6 on line 5 Notice: Trying to access array offset on value of type null in /in/dn7p6 on line 5 Notice: Undefined variable: _post in /in/dn7p6 on line 6 Notice: Trying to access array offset on value of type null in /in/dn7p6 on line 6 Notice: Undefined variable: _post in /in/dn7p6 on line 7 Notice: Trying to access array offset on value of type null in /in/dn7p6 on line 7 Warning: mail() has been disabled for security reasons in /in/dn7p6 on line 25 Warning: Cannot modify header information - headers already sent by (output started at /in/dn7p6:2) in /in/dn7p6 on line 26
Output for 7.3.32 - 7.3.33
Warning: mail(): Could not execute mail delivery program '/usr/sbin/sendmail -t -i' in /in/dn7p6 on line 25 Warning: Cannot modify header information - headers already sent by (output started at /in/dn7p6:25) in /in/dn7p6 on line 26
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31
Notice: Undefined variable: _post in /in/dn7p6 on line 2 Notice: Undefined variable: _post in /in/dn7p6 on line 3 Notice: Undefined variable: _post in /in/dn7p6 on line 4 Notice: Undefined variable: _post in /in/dn7p6 on line 5 Notice: Undefined variable: _post in /in/dn7p6 on line 6 Notice: Undefined variable: _post in /in/dn7p6 on line 7 Warning: mail() has been disabled for security reasons in /in/dn7p6 on line 25 Warning: Cannot modify header information - headers already sent by (output started at /in/dn7p6:2) in /in/dn7p6 on line 26
Output for 5.3.25 - 5.3.29
Notice: Undefined variable: _post in /in/dn7p6 on line 2 Notice: Undefined variable: _post in /in/dn7p6 on line 3 Notice: Undefined variable: _post in /in/dn7p6 on line 4 Notice: Undefined variable: _post in /in/dn7p6 on line 5 Notice: Undefined variable: _post in /in/dn7p6 on line 6 Notice: Undefined variable: _post in /in/dn7p6 on line 7 Warning: Cannot modify header information - headers already sent by (output started at /in/dn7p6:2) in /in/dn7p6 on line 26 sh: 1: /usr/bin/sendmail: not found
Output for 5.2.3 - 5.2.17, 5.3.0 - 5.3.9, 5.3.11 - 5.3.24
Notice: Undefined variable: _post in /in/dn7p6 on line 2 Notice: Undefined variable: _post in /in/dn7p6 on line 3 Notice: Undefined variable: _post in /in/dn7p6 on line 4 Notice: Undefined variable: _post in /in/dn7p6 on line 5 Notice: Undefined variable: _post in /in/dn7p6 on line 6 Notice: Undefined variable: _post in /in/dn7p6 on line 7 Warning: Cannot modify header information - headers already sent by (output started at /in/dn7p6:2) in /in/dn7p6 on line 26 sh: 1: /usr/sbin/sendmail: not found
Output for 5.3.10
Notice: Undefined variable: _post in /in/dn7p6 on line 2 Notice: Undefined variable: _post in /in/dn7p6 on line 3 Notice: Undefined variable: _post in /in/dn7p6 on line 4 Notice: Undefined variable: _post in /in/dn7p6 on line 5 Notice: Undefined variable: _post in /in/dn7p6 on line 6 Notice: Undefined variable: _post in /in/dn7p6 on line 7 Warning: Cannot modify header information - headers already sent by (output started at /in/dn7p6:2) in /in/dn7p6 on line 26 sh: 1: -t: not found
Output for 5.0.4 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.2
Notice: Undefined variable: _post in /in/dn7p6 on line 2 Notice: Undefined variable: _post in /in/dn7p6 on line 3 Notice: Undefined variable: _post in /in/dn7p6 on line 4 Notice: Undefined variable: _post in /in/dn7p6 on line 5 Notice: Undefined variable: _post in /in/dn7p6 on line 6 Notice: Undefined variable: _post in /in/dn7p6 on line 7 sh: 1: /usr/sbin/sendmail: not found
Output for 4.3.1 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.3
Notice: Undefined variable: _post in /in/dn7p6 on line 2 Notice: Undefined variable: _post in /in/dn7p6 on line 3 Notice: Undefined variable: _post in /in/dn7p6 on line 4 Notice: Undefined variable: _post in /in/dn7p6 on line 5 Notice: Undefined variable: _post in /in/dn7p6 on line 6 Notice: Undefined variable: _post in /in/dn7p6 on line 7 sh: 1: /usr/sbin/sendmail: not found
Output for 4.3.0
Notice: Undefined variable: _post in /in/dn7p6 on line 2 Notice: Undefined variable: _post in /in/dn7p6 on line 3 Notice: Undefined variable: _post in /in/dn7p6 on line 4 Notice: Undefined variable: _post in /in/dn7p6 on line 5 Notice: Undefined variable: _post in /in/dn7p6 on line 6 Notice: Undefined variable: _post in /in/dn7p6 on line 7 Warning: mail() has been disabled for security reasons in /in/dn7p6 on line 25

preferences:
335.22 ms | 402 KiB | 459 Q