AT+CWJAP="DefaultWifi","DefaultPassword"
AT+CIPMUX=1
AT+CIPSTART=4,"TCP","domain.com",80
AT+CIPSEND=4,18
GET \sampleinfo.php / HTTP/1.0
so far i have managed to connect to the server using a wifi module. the sampleinfo.php prints a string. when i call it from my browser, it works fine. how will store that string in an arduino variable? thanks in advance