I'm making a website in php and i wanted to make it so that the user could download a link to their desktop with a thumbnail that i have, that takes them directly to my website.
Is this possible, and if so, how is it done?
Thanks!
I'm making a website in php and i wanted to make it so that the user could download a link to their desktop with a thumbnail that i have, that takes them directly to my website.
Is this possible, and if so, how is it done?
Thanks!
Don't contribute to desktop clutter. Let users that want to return to your site bookmark it.
You could provide an file like "mywebsite.url" containing just the text "http://www.mywebsite.com" for download, the user would have to double-click on it to open your site. An rather awkward solution.
better use something like
http://www.dynamicdrive.com/dynamicindex9/addbook.htm