html5 - how to insert images inside a textarea and email them using php? -


peace all, working on newsletter wonder, how able add images textarea contains body of email , send image details user through mail(); php function. how can add image inside textarea? in advance

here form:-

<form action="" method="post"> subject<font color="red">*</font><br> <input type="text" name="subject"><br><br> body<font color="red">*</font><br> <textarea name="body"></textarea><br> <input type="submit" value="email users"> </form> 

seems need wysiwyg .

nice 1 http://www.tinymce.com/

your url image has absolute http://example.com/img/img.png not /img/img.png


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -