Advertisement
Guest User

test

a guest
Jun 24th, 2010
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. $comments = get_comments("number=50&status=approve");
  2. if($comments) {echo "ya des comms";} else { echo"ya pas de comms";}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement