3v4l.org

run code in 300+ PHP versions simultaneously
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>Замовлення дзвінка</title> <link type="image/x-icon" href="favicon.ico" rel="shortcut icon"> <script type='text/javascript'> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-32926383-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body> <div style="position: absolute; z-index: 200"> <?php if (isset($_POST['name'])) {$name = $_POST['name'];} if (isset($_POST['email'])) {$email = $_POST['email'];} if (isset($_POST['mess'])) {$mess = $_POST['mess'];} if (empty($email)) { echo "<b>Не вказано номер телефону<p>"; echo "<a href='order.html' target='_self'>Відправити заново</a>"; exit; } $to = "am.rv.ua@gmail.com"; /*УКАЗАТЬ СВОЙ АДРЕС!*/ $headers = "Content-type: text/plain; charset = utf-8"; $subject = "AmberRoom.rv.ua - намиста з бурштину"; $message = "Ім'я: $name \nКонтакт: $email \nКоментар: $mess"; $send = mail ($to, $subject, $message, $headers); if ($send == 'true') { echo "<b>Спасибі за відправку заявки. Незабаром Вам перетелефонують.<p>"; echo "<a href='http://vk.com/amber.room' target='_blank'>Приєднуйтесь В Контакті до групи любителів бурштинової творчості</a>"; } else { echo "<b>Помилка! Замовлення не відправлене. Зателефонуйте за номером (096) 130-42-08 або напишіть на email <a href='mailto:am.rv.ua@gmail.com' target='_blank'>am.rv.ua@gmail.com</a></b>"; } ?> </div> </body> </html>
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>Замовлення дзвінка</title> <link type="image/x-icon" href="favicon.ico" rel="shortcut icon"> <script type='text/javascript'> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-32926383-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body> <div style="position: absolute; z-index: 200"> <b>Не вказано номер телефону<p><a href='order.html' target='_self'>Відправити заново</a>

preferences:
235.77 ms | 408 KiB | 355 Q