hi.I am know arduino programming.but i am new site creating.I have created simple site and I have hosted it on google drive.Can I control arduino from hosted site ? if i can how do it? which protocol to use? THANKS
My site
https://googledrive.com/host/0B7PkJAtBFjP_TzB4b1B5MVczVXM/
Can I control arduino from hosted site ?
You can, from the hosted site, make GET requests to the Arduino as server, to have it do things in addition to serving up a response that you would probably ignore.
The Arduino can not access your site, since it requires using the https protocol, which the Arduino can't do.