Quantcast
Channel: How to modify some data inside textbox area - Stack Overflow
Viewing all articles
Browse latest Browse all 4

How to modify some data inside textbox area

$
0
0

I have some textbox. Between <textarea> </textarea> I inserting two values $firstname, $lastname. Now I'd like to make bold only $firstname. When I'm trying this code below it is doesn't working.

"<textarea><b>" . $firstname. "</b>" . $lastname . "<textarea>"

How can I do it correctly. Is it possible? When I am using <div> tags it's doesn't working too.


Viewing all articles
Browse latest Browse all 4

Latest Images

Trending Articles





Latest Images