Guest User

Untitled

a guest
Oct 19th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2.  
  3. if ($fields["counter"]->content == 1) {
  4. print $fields["title"]->content;
  5. print $fields["body"]->content;
  6. }
  7. else {
  8. print $fields["title"]->content;
  9. }
Add Comment
Please, Sign In to add comment