fork download
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>Основной шаблон HTML-страницы</title>
  5. </head>
  6. <body>
  7. <?php if ($result): ?>
  8. <span style="color:blue; font-weight:bold">Результат: <?=$result?></span>
  9. <? else: ?>
  10. <span style="color:red; font-weight:bold">Результат равен нулю</span>
  11. <? endif; ?>
  12. </body>
  13. </html>
Runtime error #stdin #stdout #stderr 0.01s 82880KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Parse error:  syntax error, unexpected end of file, expecting elseif (T_ELSEIF) or else (T_ELSE) or endif (T_ENDIF) in /home/wjSgcr/prog.php on line 13