Im try to figure out to make a copy and paste code in php(like in photobuckett where you copy the code) Ive googled and search the forums found nothing
If I understand you right, its javascript not php. http://javascript.internet.com/forms/select-and-auto-copy.html
I think you just want: <textarea>This is copy and paste-able text that is easy to do and omg there is no punctuation in this sentence *breath*</textarea> Code (markup):
<textarea> <a href="http://www.example.com?user=<?php echo $uid; ?>"><img src="images/image.png" /></a> </textarea> Uhh.... try that....? [Obviously changing the stuff that you need to change; but that is how that site you posted would do it.]