3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pLoginLink = 'LOGINLINK'; $pResetLink = 'RESETLINK'; $pSignOff = 'SIGNOFF'; $HTMLContent = '<h1>Welcome to Flujabs.org</h1> <p>An account has been created for your by the admin team. You can use this account to inform us of your availability, change in personal details, uplod new proof of documentaiton and monitor which sessions have been assigned to you.</p> <p>Please either click the link below or copy and paste it into your browser to activate your account.</p> <p> <A HREF="' . $pLoginLink . '">' . $pLoginLink . '</A> </p> <p>This link is valid for a single login only, you will be asked to change your password. If at any point you forget your password it can be reset at </p> <p> <A HREF="' . $pResetLink . '">' . $pResetLink . '</a> </p> <p> With regards,<br /> ' . $pSignOff . ' </p>'; echo strip_tags(str_replace(array('<p>', '<br />', '<li>'), array(PHP_EOL, PHP_EOL, PHP_EOL . ' * '), $HTMLContent));

preferences:
45.85 ms | 402 KiB | 5 Q