3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo strip_tags('h2 style="font-weight: bold; font-family: Arial, helvetica, sans-serif; font-size: 20px; color: #2c2c2c;" align="left"><?= $deal_title ?></h2> <p style="font-size: 15px; line-height: 22px; color: #2c2c2c; font-family: Arial, helvetica, sans-serif;"><?= $deal_text ?><?= $deal_includes ?></p> <h2 style="font-weight: bold; font-family: Arial, helvetica, sans-serif; font-size: 20px; color: #2c2c2c;" align="left">Reisdata</h2> <p style="font-size: 15px; line-height: 22px; color: #2c2c2c; font-family: Arial, helvetica, sans-serif;">Aankomst op <?= $arrival_date ?><br />Vertrek op <?= $departure_date ?><br /><?= $number_nights ?> <?php if($number_nights > 1) { ?>overnachtingen<?php } else { ?>overnachting<?php } ?><br /><?= $number_rooms ?> kamer<?php if ($number_rooms != 1) { ?>s<?php } ?></p> <p style="font-size: 15px; line-height: 22px; color: #2c2c2c; font-family: Arial, helvetica, sans-serif;"><? if (!empty($deal_extra_info)) { ?><br /><?= $deal_extra_info ?><br /><? } ?><br /><br /><span style="font-size: 1.5em; color: #204a78; font-family: Arial, sans-serif; font-weight: bold;">Hotelgegevens</span></p>');

preferences:
43.75 ms | 402 KiB | 5 Q