Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. <form action="includes/changebio.php" method="post" id="form1">
  2. <textarea id="bio" style="width: 440px;
  3. margin-top:3px;
  4. text-align:left;
  5. margin-left:-2px;
  6. height: 120px;
  7. resize: none;
  8. outline:none;
  9. overflow:scroll;
  10. border: #ccc 1px solid;"
  11. textarea name="bio" data-id="bio"
  12. maxlength="710"
  13. placeholder="<?php echo stripslashes($profile['bio']); ?>" rows="10">
  14. </textarea>
  15. <input type="image" src="assets/img/icons/save-edit.png"
  16. class="bio-submit" name="submit" value="submit" id="submit"/>
  17. </form>
  18.  
  19. <form action="includes/changebio.php" method="post" id="form1">
  20. <textarea id="bio" style="width: 440px;
  21. margin-top:3px;
  22. text-align:left;
  23. margin-left:-2px;
  24. height: 120px;
  25. resize: none;
  26. outline:none;
  27. overflow:scroll;
  28. border: #ccc 1px solid;" name="bio" data-id="bio" maxlength="710"
  29. placeholder="<?php echo stripslashes($profile['bio']); ?>" rows="10"><?php echo stripslashes($profile['bio']); ?></textarea>
  30. <input type="image" src="assets/img/icons/save-edit.png"class="bio-submit" name="submit" value="submit" id="submit"/>
  31. </form>
  32.  
  33. <textarea name="scenario" value="<?php echo $scenario?>"> </textarea>
  34.  
  35. <textarea name="scenario"> <?php echo $scenario?> </textarea>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement