Hello.
I want to control an Arduino from a Godaddy server by building a website. The website will be created using PHP.
Basically I want to control two digital pins from that website, and want to turn two LEDs on/off as per wish.
Could anyone provide some suggestions/reference links?
Thanks in advance.
If you use the Ethernet shield, then you can use the Web Client sketch as an example.
If you use the Ethernet shield, then you can use the Web Client sketch as an example.
To pull data from the server.
OP: The only way that your proposed method will work is if you connect the Arduino via a serial cable to the godaddy server. The chance of the owners of the server allowing that to happen are somewhere between slim and fat.
Could anyone provide some suggestions/reference links?
No, because what you want to do does not make sense. You need to learn a lot more about clients and servers.