I have done stunent marks adding program in php and it's working welll, But In general <textarea> is using for text post purpose.., but what if i need to send some html code in it.., any body have any idea..! Remember its the php program..., please tell me related to this.
If you need to show something in text area you can set a defaut value for it using value="Blablablablabla"
No yar.., what i am saying... is if i type, some thing in textarea like <html> <body> this is strGraphics </body> </html> if user call mail() the mail should be with the output of: this is strGraphicsa
Ohh k k, thanks roopajyothi and gapz101, but currently i am using.., sothink html editor..., but my doubt is what is the name of that consept..! i mean how can i identify that property in any editor..!
There are many editior try CKEditor there is a example in that to post a text as you asked You can modify that to do the Job