/    Sign up×
Community /Pin to ProfileBookmark

How to put a value on to browser?

I have this text value of

[url]http://img.youtube.com/vi/nnR8fDW3Ilo/default.jpg[/url]

which i obtain before in the code….

Then i copy and paste this text to the browser and it gives me a thumbnail of a youtube video.

I then save that picture to my desktop to use on my blog….

1-Is there a way to automate this copying and pasting on to the browser?
2-Is there a way to save the picture to my desktop automatically?

to post a comment
PHP

3 Comments(s)

Copy linkTweet thisAlerts:
@DerokorianMar 30.2011 — depending on the blog system you are using you can you generally just link directly to the picture instead of saving / uploading.
Copy linkTweet thisAlerts:
@ketancoauthorMar 30.2011 — yes but is there a way to do this? to get a text and to automatically open a browser secreen with that text as the address?
Copy linkTweet thisAlerts:
@DerokorianMar 30.2011 — depending on how you get the text
[code=php]<?
$url = $_POST['url'];
header("Location: $url");
?>[/code]
×

Success!

Help @ketanco spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...