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 = "ruipinheiro65@hotmail.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 git.master, git.master_jit
Warning: Undefined variable $_post in /in/mIUp7 on line 2 Warning: Trying to access array offset on value of type null in /in/mIUp7 on line 2 Warning: Undefined variable $_post in /in/mIUp7 on line 3 Warning: Trying to access array offset on value of type null in /in/mIUp7 on line 3 Warning: Undefined variable $_post in /in/mIUp7 on line 4 Warning: Trying to access array offset on value of type null in /in/mIUp7 on line 4 Warning: Undefined variable $_post in /in/mIUp7 on line 5 Warning: Trying to access array offset on value of type null in /in/mIUp7 on line 5 Warning: Undefined variable $_post in /in/mIUp7 on line 6 Warning: Trying to access array offset on value of type null in /in/mIUp7 on line 6 Warning: Undefined variable $_post in /in/mIUp7 on line 7 Warning: Trying to access array offset on value of type null in /in/mIUp7 on line 7 Fatal error: Uncaught Error: Call to undefined function mail() in /in/mIUp7:25 Stack trace: #0 {main} thrown in /in/mIUp7 on line 25
Process exited with code 255.
Output for rfc.property-hooks
Warning: Undefined variable $_post in /in/mIUp7 on line 2 Warning: Trying to access array offset on null in /in/mIUp7 on line 2 Warning: Undefined variable $_post in /in/mIUp7 on line 3 Warning: Trying to access array offset on null in /in/mIUp7 on line 3 Warning: Undefined variable $_post in /in/mIUp7 on line 4 Warning: Trying to access array offset on null in /in/mIUp7 on line 4 Warning: Undefined variable $_post in /in/mIUp7 on line 5 Warning: Trying to access array offset on null in /in/mIUp7 on line 5 Warning: Undefined variable $_post in /in/mIUp7 on line 6 Warning: Trying to access array offset on null in /in/mIUp7 on line 6 Warning: Undefined variable $_post in /in/mIUp7 on line 7 Warning: Trying to access array offset on null in /in/mIUp7 on line 7 Fatal error: Uncaught Error: Call to undefined function mail() in /in/mIUp7:25 Stack trace: #0 {main} thrown in /in/mIUp7 on line 25
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
51.27 ms | 402 KiB | 8 Q