Receiving Value From Php Based Web Server

I need a code which arduino communicate with webserver such as arduino will send request ,php will turn a value and arduino will read the value

see WebClient example of your networking library

i checked everyting on the web. the problem is i only see "⸮" on serial port

I found the problem. I didnt give delay time in the beggining. Now it works thank you