Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <form name="artist_basic_profile" id="artist_basic_profile" action="" method="post" enctype="multipart/form-data">
  2. <?php if($user->ID){ ?>
  3. <input type="file" id="userProfileImage" name="userProfileImage" >
  4. <input id="submit" type="submit" name="submit" value="Save" >
  5. <?php } ?>
  6. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement