Hello,
is there a way to use marked text with PHP and get the marked text into a variable?
I wish to realize the marked text as a quotaiton but have no ides how to manage the marked text with PHP :-((
Kind Regards Reinhard
And what is "marked" text?
hello vincent!
And what is \"marked\" text <<
Sorry for my mistake - I have it only translatedet from the german :-(
I mean text marked in a text window with the right mouse button to copy, move or something else with this \'marked\' text....
Ah, you mean "selected" text.
No. PHP is server side, what you select is client side. You'd have to use javascript to get the selected text and send it to a php page.
http://javascript.internet.com/page-details/highlighted-text.html