Advertisement
Guest User

lol

a guest
Jan 17th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. if ($data->profile_path != '') {
  2.     if ($data->birthday != '') {
  3.         if ($data->place_of_birth != '') {
  4.             if ($data->biography != '') {
  5.                 echo $data->id;
  6.             }
  7.         }
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement