okay, i got it working, my wifi module can work as a server and as a client, in my settings i putted wifi module to Client, gave them servers IP address, after that in my Arduino i wrote:
Serial.println("GET /temp.php?temp=656 HTTP/1.0");
Serial.println("Host: example.com");
Serial.println("");
Vuolia