Advertisement
badsha

php

Dec 28th, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <form .....>
  2. <input style="width:350px" name="profpicURL" id="profpicURL" title="URL for an image" alt="URL for an image" onkeyup="document.getElementsByName('profPic')[0].src=this.value" type="text">
  3. ...
  4. $backPicture = $_POST['profPicURL'];
  5. <input type="hidden" id="profpic" name="profpic" value="<? echo $backPicture; ?>" />
  6. ...
  7. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement