I am not understanding your question. What do you mean by the following?
get web result message to clipboard?
Ok
I wanna get result license from the web
for example when i pass this url
mysite.com/secret_key=751de1697a43c5.60232673&slm_action=slm_activate&license_key=9987542879®istered_domain=””
a result appears in the web page like this:
{“result”:”error”,”message”:”Invalid license key”}
Then how i can copy this message to clipboard automatically?
You don’t copy it to the clipboard. Your code/program (the one making the API query) reads that value then you use it. After you read that value, you call json decode on it and it gives you the values in a nice readable format in your code.
Thanks
I want get the value via MMB( multimedia builder)
How?
Please help me
I have never worked with the multimedia builder so I have no idea unfortunately.