Fresh Paste
Followup / No Format
?
<?php
$test = true;
if ($test != "Error")
echo "OK";
else
echo "FUJ";
?>