php GET one line works...

Try

client.print("GET /index.php?value=");
client.print("345");
client.println(" HTTP/1 .1");

instead.