Use client.print here instead of client.println.
// change this...
client.println("GET /add_temp.php?temp=");
// to this:
client.print("GET /add_temp.php?temp=");
Use client.print here instead of client.println.
// change this...
client.println("GET /add_temp.php?temp=");
// to this:
client.print("GET /add_temp.php?temp=");