fork download
  1. <p><?php the_content();?></p>
  2. <p><?php the_tags();?></p>
  3.  
  4.  
  5. <?php
  6. echo '<p>';
  7. the_content();
  8. echo '</p>';
  9. echo '<p>';
  10. the_tags();
  11. echo '</p>';
  12. ?>
Runtime error #stdin #stdout #stderr 0.02s 24276KB
stdin
Standard input is empty
stdout
<p>
stderr
PHP Fatal error:  Uncaught Error: Call to undefined function the_content() in /home/d1jt6s/prog.php:1
Stack trace:
#0 {main}
  thrown in /home/d1jt6s/prog.php on line 1