Arduino GET data

Carlo060:
If I output just a number in php can my arduino read it directly or do I still have to use find string?

If you output just a number, it should be the first line after the header. Read until the blank line, and the next line should be your number.