3v4l.org

run code in 300+ PHP versions simultaneously
<?php$nazwa = $_POST['nazwa'];$email = $_POST['email'];$komentarz = $_POST['komentarz'];$adresdo = "pietromih@gmail.com";$temat = "komentarz ze strony";$zawartosc = "Nazwa kliena: ".$nazwa."\n" ."Adres pocztowy: ".$email."\n" ."komentarz klienta: \n".$komentarz."\n"; $adresod = "FROM: serwerwww@prz.com";mail($adresdo, $temat, $zawartosc, $adresod);?><html> <head> <title>Części samochodowe Janka - komentarz przyjęty</title> </head> <body> <h1>Komentarz przyjęty</h1> <p>Komentarz Państwa został wysłany. </p> </body> </html>
Output for git.master, git.master_jit, rfc.property-hooks
<?php$nazwa = $_POST['nazwa'];$email = $_POST['email'];$komentarz = $_POST['komentarz'];$adresdo = "pietromih@gmail.com";$temat = "komentarz ze strony";$zawartosc = "Nazwa kliena: ".$nazwa."\n" ."Adres pocztowy: ".$email."\n" ."komentarz klienta: \n".$komentarz."\n"; $adresod = "FROM: serwerwww@prz.com";mail($adresdo, $temat, $zawartosc, $adresod);?><html> <head> <title>Części samochodowe Janka - komentarz przyjęty</title> </head> <body> <h1>Komentarz przyjęty</h1> <p>Komentarz Państwa został wysłany. </p> </body> </html>

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:
44.45 ms | 402 KiB | 8 Q