Urgent: arduino read string from godaddy php page

how can I read a variable on a site with godaddy hosting?

Thanks in advance

how can I read a variable on a site with godaddy hosting?

You'll need to be way more specific than this. What hardware do you have? What code do you have? What problems are you having?

Do you have a Host: statement in the stream of data sent to the server?

you're right, I did not give much information.

I hooked one and one Arduino Ethernet shield (ENC28J60 Ethernet LAN Network Module). On the site (Godaddy Hosting) I have a php page that generates a value.

I wish arduino reads the value and turn on an LED when the value = 1

you're right, I did not give much information.

And you still haven't. Good luck.

I created a processing that reads a txt file and sends the file via the serial port. There is an alternative method to directly access the page on the web from arduino?

There is an alternative method to directly access the page on the web from arduino?

Yes, since you have an ethernet shield. The process is exactly the same, actually.

could you help me?